/* Self-hosted fonts — member/auth/PWA surfaces (BS-3 glyph subset).
   Replaces base/fonts.css on coach shell + /members/* auth cold start.
   See config/material_symbols_glyphs.txt and script/subset_material_symbols. */

@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/base/fonts/sora-400-2465dfe4.ttf") format('truetype');
}

@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/base/fonts/sora-500-ded11017.ttf") format('truetype');
}

@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/base/fonts/sora-600-de8e2c3f.ttf") format('truetype');
}

@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/base/fonts/sora-700-3d5a79bb.ttf") format('truetype');
}

@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("/assets/base/fonts/material-symbols-rounded-subset-8d9b7455.woff2") format('woff2');
}
