@font-face {
    font-family: 'Benton Sans Book';
    src: url('BentonSans-Book.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Benton Sans';
    src: url('BentonSans-Regular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Benton Sans';
    src: url('BentonSans-Medium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Benton Sans';
    src: url('BentonSans-Bold.otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Benton Sans';
    src: url('BentonSans-Black.otf');
    font-weight: 900;
    font-style: normal;
}