/*
  Drop real Open Sans .woff2 files into public/brand/fonts/ and uncomment the
  @font-face blocks below. Until then this falls back to the system font
  stack so the app still renders correctly with brand-appropriate metrics.
*/

/*
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/brand/fonts/OpenSans-Regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/brand/fonts/OpenSans-SemiBold.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/brand/fonts/OpenSans-Bold.woff2') format('woff2');
  font-display: swap;
}
*/

:root {
  --font-body: 'Open Sans', -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
