@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Montserrat-Bold.otf');
    font-display: swap;
}

@font-face {
    font-family: 'Tanohe Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Tanohe-Sans-Medium.woff2') format('woff2');;
    font-display: swap;
}

@font-face {
    font-family: 'Tanohe Sans';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/Tanohe-Sans-Medium-Italic.woff2') format('woff2');;
    font-display: swap;
}

@font-face {
    font-family: 'Tanohe Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Tanohe-Sans-SemiBold.woff2') format('woff2');;
    font-display: swap;
}

@font-face {
    font-family: 'Tanohe Sans';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/Tanohe-Sans-SemiBold-Italic.woff2') format('woff2');;
    font-display: swap;
}