@font-face {
    font-family: 'Grandis';
    src: url('../fonts/Grandis/Grandis-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Grandis';
    src: url('../fonts/Grandis/Grandis-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Grandis';
    src: url('../fonts/Grandis/Grandis-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Grandis';
    src: url('../fonts/Grandis/Grandis-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Grandis';
    src: url('../fonts/Grandis/Grandis-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Grandis';
    src: url('../fonts/Grandis/Grandis-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

/************************************************/

@font-face {
    font-family: 'Dopis';
    src: url('../fonts/Dopis/Dopis-Regular.woff2') format('woff2'),
        url('../fonts/Dopis/Dopis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dopis';
    src: url('../fonts/Dopis/Dopis-Bold.woff2') format('woff2'),
        url('../fonts/Dopis/Dopis-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}