@charset "utf-8";

@font-face {
    font-family: 'Googlesans';
    src: url('../../fonts/googlesans/googlesans.woff2') format('woff2'),
        url('../../fonts/googlesans/googlesans.woff') format('woff'),
        url('../../fonts/googlesans/googlesans.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}