/*webfonts*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@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;
}
