@font-face {
    font-family: 'BentonSans';
    src: url('fonts/bentonsans-regular.ttf') format('ttf'),
    url('fonts/bentonsans-regular.otf') format('otf'),
    url('fonts/bentonsans-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'BentonSans';
    src: url('fonts/bentonsans-bold.otf') format('otf'),
    url('fonts/bentonsans-bold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'BentonSansHeader';
    src: url('fonts/bentonsans-medium.woff') format('woff'),
    url('fonts/bentonsans-medium.otf') format('otf');
}
