@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'rounabold';
    src: url('/css/fonts/rouna-bold-webfont.eot');
    src: url('/css/fonts/rouna-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/rouna-bold-webfont.woff2') format('woff2'),
         url('/css/fonts/rouna-bold-webfont.woff') format('woff'),
         url('/css/fonts/rouna-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
