/* start fonts */
@font-face {
    font-family: 'Heebo';
    src: url('../../css/fonts-common/Heebo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo Bold';
    src: url('../../css/fonts-common/Heebo-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body * {
    font-family: Heebo;
    font-display: swap;
}

body strong {
    font-family: Heebo;
    font-display: swap;
}

.noto-serif h1, .noto-serif h2, .noto-serif h3 {
    font-family: 'Noto Serif Display', serif !important;
    font-weight: 500 !important;
    color: #C7893E !important;
    font-display: swap;
}

.noto-serif h1 {
    font-size: 38px !important;
}

.noto-serif h2 {
    font-size: 32px !important;
}

.noto-serif h3 {
    font-size: 26px !important;
}
