/* ========================================
   CUSTOM FONTS - Helvetica Typography
   ======================================== */

/* Helvetica Font Family - Fallback font */
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica/Helvetica.ttc') format('truetype-collection');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ========================================
   CLASH DISPLAY FONT FAMILY
   ======================================== */

/* Clash Display Light */
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/clash-display/ClashDisplay-Light.woff2') format('woff2'),
       url('../fonts/clash-display/ClashDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Clash Display Regular */
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/clash-display/ClashDisplay-Regular.woff2') format('woff2'),
       url('../fonts/clash-display/ClashDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Clash Display Medium */
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/clash-display/ClashDisplay-Medium.woff2') format('woff2'),
       url('../fonts/clash-display/ClashDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Clash Display Semibold */
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/clash-display/ClashDisplay-Semibold.woff2') format('woff2'),
       url('../fonts/clash-display/ClashDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Clash Display Bold */
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/clash-display/ClashDisplay-Bold.woff2') format('woff2'),
       url('../fonts/clash-display/ClashDisplay-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ========================================
   ARCHIVO FONT FAMILY
   ======================================== */

/* Archivo Regular */
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/archivo/Archivo-Regular.woff2') format('woff2'),
       url('../fonts/archivo/Archivo-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
