/*webfonts*/
@font-face {
    font-family: 'Dustismo Roman';
    src: url('../fonts/DustismoRoman-Italic.woff2') format('woff2'),
        url('../fonts/DustismoRoman-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Dustismo Roman';
    src: url('DustismoRoman.woff2') format('woff2'),
        url('DustismoRoman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dustismo Roman';
    src: url('DustismoRoman-Bold.woff2') format('woff2'),
        url('DustismoRoman-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dustismo Roman';
    src: url('DustismoRoman-BoldItalic.woff2') format('woff2'),
        url('DustismoRoman-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');