/* Radar1 webfonts — Barlow Semi Condensed (UI/body) + Archivo (logo/accents) */

/* ---- Barlow Semi Condensed ---- */
@font-face {
  font-family: "Barlow Semi Condensed";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/BarlowSemiCondensed-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Semi Condensed";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/BarlowSemiCondensed-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Semi Condensed";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/BarlowSemiCondensed-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Semi Condensed";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/BarlowSemiCondensed-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Semi Condensed";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/BarlowSemiCondensed-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Semi Condensed";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("../assets/fonts/BarlowSemiCondensed-Italic.woff2") format("woff2");
}

/* ---- Archivo (display / logo / accents) ---- */
@font-face {
  font-family: "Archivo";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Archivo-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Archivo-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Archivo-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Archivo-Black.woff2") format("woff2");
}

/* ---- Archivo Expanded (broadcast headline / logo lockup) ---- */
@font-face {
  font-family: "Archivo Expanded";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/ArchivoExpanded-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo Expanded";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/ArchivoExpanded-Black.woff2") format("woff2");
}
