/* Gorie Font Family Definitions */
@font-face {
    font-family: 'Gorie';
    src: url('gorie-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gorie';
    src: url('gorie-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gorie';
    src: url('gorie-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gorie';
    src: url('gorie-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Additional fallback font-face using .otf and .ttf */
@font-face {
    font-family: 'Gorie-fallback';
    src: url('gorie.otf') format('opentype'),
         url('gorie.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}