@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/GeneralSans-Semibold.woff') format('woff'),
         url('<?php echo get_template_directory_uri(); ?>/fonts/GeneralSans-Semibold.woff2') format('woff2');
}

@font-face {
    font-family: 'HaasGrotLight';
    src: url('../fonts/NeueHaasDisplayLight.ttf') format('truetype');
}

@font-face {
    font-family: 'HaasGrotMedium';
    src: url('../fonts/HaasGrotDisp-55Roman.otf') format('opentype');
}

@font-face {
    font-family: 'HaasGrotBold';
    src: url('../fonts/HaasGrotDisp-65Medium.otf') format('opentype');
}

@font-face {
    font-family: 'CentraBold';
    src: url('../fonts/CentraNo2-Extrabold.otf') format('opentype');
}

@font-face {
    font-family: 'CentraExtraBold';
    src: url('../fonts/CentraNo2-Extrabold.otf') format('opentype');
}