/* fonts */
/* hebrew */
@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/varela_round_hebrew.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* vietnamese */
@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/varela_round_vietnamese.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/varela_round_latin_ext.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/varela_round_latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* title */
.page-title {
    margin-top: 50px;
    font-size: 3em;
    font-weight: bold;
}

.section-title {
    font-size: 2em;
    font-weight: bold;
}

.subsection-title {
    font-size: 1.5em;
    font-weight: bold;
}

/* website colors */

.text-black{
    color: black;
}

.background-orange {
    background-color: #F9CEA3;
}
.border-orange {
    border: 2px solid #F9CEA3;
}
.box-orange {
    padding: 1em;
    border: 2px solid #F9CEA3;
}
.text-orange{
    color: #F49A32;
}
.text-dark-orange{
    color: #9E661F;
}

.background-blue {
    background-color: #9FD7E7;
}
.border-blue {
    border: 2px solid #9FD7E7;
}
.box-blue {
    padding: 1em;
    border: 2px solid #9FD7E7;
}
.text-blue{
    color: #44BCD2;
}
.text-dark-blue{
    color: #55A1AE;
}

.background-gray {
    background-color: #A0A0A0;
}
.border-gray {
    border: 2px solid #A0A0A0;
}
.box-gray {
    padding: 1em;
    border: 2px solid #A0A0A0;
}

.background-light-gray {
    background-color: #C0C0C0;
}
.border-light-gray {
    border: 2px solid #C0C0C0;
}
.box-light-gray {
    padding: 1em;
    border: 2px solid #C0C0C0;
}

.background-red {
    background-color: #F7CCC1;
}
.border-red {
    border: 2px solid #F7CCC1;
}
.box-red {
    padding: 1em;
    border: 2px solid #F7CCC1;
}
.text-red{
    color: #F2977B;
}
.text-dark-red{
    color: #BE7962;
}

.background-green {
    background-color: #C4DFBB;
}
.border-green {
    border: 2px solid #C4DFBB;
}
.box-green {
    padding: 1em;
    border: 2px solid #C4DFBB;
}
.text-green{
    color: #A6D1A4;
}
.text-dark-green{
    color: #85A884;
}


