@font-face {
    font-family: 'EquipCondensed';
    src: url('/fonts/equip-condensed/EquipCondensed-Regular.otf');
    font-weight: 400;
}

@font-face {
    font-family: 'EquipCondensed';
    src: url('/fonts/equip-condensed/EquipCondensed-Italic.otf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'EquipCondensed';
    src: url('/fonts/equip-condensed/EquipCondensed-Bold.otf');
    font-weight: 700;
}