@font-face {
    font-family: 'SageTextRegular';
    src: url('/assets/fonts/Sage_Text-Regular.woff');
}

@font-face {
    font-family: sageAdelle;
    src: url(../fonts/AdelleSansSAGE-Thin.woff);
  }


html, body {
    background-color: #f2f5f6;
    font-family: SageTextRegular, lato, 'Open sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    padding: 0;
}

/* GENERAL STYLES */


/* MAIN CONTENT */
#container {
    padding-top: 62px;
    padding-left: 180px;
    padding-bottom: 60px;
}

/* DATA - FORM */
.data {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 14px;
}


/* GENERALS */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

