@charset "UTF-8";

@font-face {
    font-family: 'exo';
    src: url('../font/exo.woff2') format('woff2'),
         url('../font/exo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'exo-bold';
    src: url('../font/exo-bold.woff2') format('woff2'),
         url('../font/exo-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'aboreto';
    src: url('../font/aboreto.woff2') format('woff2'),
         url('../font/aboreto.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gloock';
    src: url('../font/gloock.woff2') format('woff2'),
         url('../font/gloock.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}