/** fonts **/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
    font-family: 'Termina';

    src: url('./fonts/termina-bold.woff2') format('woff2'),
         url('./fonts/termina-bold.woff')  format('woff');

    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Termina';

    src: url('./fonts/termina-regular.woff2') format('woff2'),
         url('./fonts/termina-regular.woff')  format('woff');

    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
