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

@font-face {
    font-family: 'EquipSlab';
    src: url('/fonts/equip-slab/EquipSlab-RegularItalic.otf');
    font-weight: 400;
    font-style: italic;
}

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