/* Self-hosted BBC Reith + Inter + Rajdhani (was Google Fonts) — the Control Room
   must render with no internet: an unreachable fonts CDN blocks rendering AND
   script execution in every browser/OBS source that loads these pages.
   Reith is the house face (theme.css --font/--display); Inter and Rajdhani stay
   declared as the fallbacks behind it in those stacks.
   Copies, not links into "Show Graphics/fonts/" — the Control Room is
   self-contained by design, and the graphics server may not even be running
   when this deck is open. If the Reith files are ever updated, update both. */
@font-face{font-family:'Reith Sans';font-style:normal;font-weight:300;font-display:swap;
  src:url(/fonts/BBCReithSans_W_Lt.woff2) format('woff2');}
@font-face{font-family:'Reith Sans';font-style:normal;font-weight:400;font-display:swap;
  src:url(/fonts/BBCReithSans_W_Rg.woff2) format('woff2');}
@font-face{font-family:'Reith Sans';font-style:normal;font-weight:500;font-display:swap;
  src:url(/fonts/BBCReithSans_W_Md.woff2) format('woff2');}
@font-face{font-family:'Reith Sans';font-style:normal;font-weight:700;font-display:swap;
  src:url(/fonts/BBCReithSans_W_Bd.woff2) format('woff2');}
@font-face{font-family:'Reith Sans';font-style:normal;font-weight:800;font-display:swap;
  src:url(/fonts/BBCReithSans_W_ExBd.woff2) format('woff2');}
/* Condensed carries the display role Rajdhani held — uppercase, letter-spaced
   headers and tab labels. Only Rg/Bd exist in the family. */
@font-face{font-family:'Reith Sans Condensed';font-style:normal;font-weight:400;font-display:swap;
  src:url(/fonts/BBCReithSansCd_W_Rg.woff2) format('woff2');}
@font-face{font-family:'Reith Sans Condensed';font-style:normal;font-weight:700;font-display:swap;
  src:url(/fonts/BBCReithSansCd_W_Bd.woff2) format('woff2');}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/inter-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/inter-500.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/inter-600.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/inter-700.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/inter-800.ttf) format('truetype');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/rajdhani-600.ttf) format('truetype');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/rajdhani-700.ttf) format('truetype');
}
