/* SWR Sans — UI Font */
@font-face {
  font-family: 'SWR Sans';
  src: url('/fonts/SWRSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SWR Sans';
  src: url('/fonts/SWRSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SWR Sans';
  src: url('/fonts/SWRSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SWR Sans';
  src: url('/fonts/SWRSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SWR Sans';
  src: url('/fonts/SWRSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* TheSans C5 — Headline Font (ARD/SWR) */
@font-face {
  font-family: 'TheSans C5';
  src: url('/fonts/TheSansC5-Plain.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TheSans C5';
  src: url('/fonts/TheSansC5-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TheSans C5';
  src: url('/fonts/TheSansC5-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
