/* ============================================
   VISBY FONT FACE DECLARATIONS
   ============================================ */

@font-face {
    font-family: 'Visby';
    src: url('../fonts/visbymedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Visby';
    src: url('../fonts/visbybold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
