@font-face {
    font-family: 'GT America';
    src: url('../fonts/GTAmerica-Bold.eot');
    src: url('../fonts/GTAmerica-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTAmerica-Bold.woff2') format('woff2'),
        url('../fonts/GTAmerica-Bold.woff') format('woff'),
        url('../fonts/GTAmerica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'GT America';
    src: url('../fonts/GTAmerica-Medium.eot');
    src: url('../fonts/GTAmerica-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTAmerica-Medium.woff2') format('woff2'),
        url('../fonts/GTAmerica-Medium.woff') format('woff'),
        url('../fonts/GTAmerica-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'GT America';
    src: url('../fonts/GTAmerica-Regular.eot');
    src: url('../fonts/GTAmerica-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTAmerica-Regular.woff2') format('woff2'),
        url('../fonts/GTAmerica-Regular.woff') format('woff'),
        url('../fonts/GTAmerica-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'GT America Expanded';
    src: url('../fonts/GTAmerica-ExpandedBlack.eot');
    src: url('../fonts/GTAmerica-ExpandedBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTAmerica-ExpandedBlack.woff2') format('woff2'),
        url('../fonts/GTAmerica-ExpandedBlack.woff') format('woff'),
        url('../fonts/GTAmerica-ExpandedBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
}

