@font-face {
    font-family: 'GT America Extended';
    src: url('GTAmerica-ExtendedBlack.woff') format('woff'),
        url('GTAmerica-ExtendedBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America';
    src: url('GTAmerica-Bold.woff') format('woff'),
        url('GTAmerica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America';
    src: url('GTAmerica-RegularItalic.woff') format('woff'),
        url('GTAmerica-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT America';
    src: url('GTAmerica-Regular.woff') format('woff'),
        url('GTAmerica-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

