@font-face {
  font-family: 'Equip';
  src: url('/fonts/equip_light.woff') format('woff');
  font-style: normal;
  font-weight: 300;
}
@font-face {
    font-family: 'Equip';
    src: url('/fonts/equip_regular.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Equip';
    src: url('/fonts/equip_bold.woff') format('woff');
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: 'Equip';
    src: url('/fonts/equip_black.woff') format('woff');
    font-style: normal;
    font-weight: 900;
}
@font-face {
    font-family: 'Equip';
    src: url('/fonts/equip_italic.woff') format('woff');
    font-style: italic;
    font-weight: 900;
}