/* =============================================================================
   Font Face Declarations
   ============================================================================= */

@font-face {
    font-family: 'GveretLevin';
    src: url('../fonts/GveretLevin-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Purgatory';
    src: url('../fonts/Purgatory.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
