/* GT Alpina Font Faces */
/* These fonts need to be added to the /fonts directory for proper display */
/* If fonts are not loading, the pages will fallback to Georgia (serif) */

@font-face {
    font-family: 'GT-Alpina';
    src: url('../fonts/GT-Alpina-Standard-Regular-Trial.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT-Alpina';
    src: url('../fonts/GT-Alpina-Standard-Thin-Italic-Trial.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}