/* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@600;700&display=swap'); */


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

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

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

@font-face {
    font-family: 'source';
    src: url('fonts/SourceSansVariable-Roman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'interstate_light';
    src: url('fonts/Interstate-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'interstate_bold';
    src: url('fonts/Interstate-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

