/* ═══════════════════════════════════════════
   FONTS.CSS — Font-face declarations
   Obviously font family (self-hosted woff2)
═══════════════════════════════════════════ */

@font-face {
  font-family: 'Obviously';
  src: url('../assets/fonts/Obviously/Obviously_Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Obviously';
  src: url('../assets/fonts/Obviously/Obviously_Medi.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Obviously';
  src: url('../assets/fonts/Obviously/Obviously_Lght.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Obviously';
  src: url('../assets/fonts/Obviously/Obviously_Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Obviously-Extd';
  src: url('../assets/fonts/Obviously/Obviously_Extd_Medi.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
