/*
 * Linked from resources/views/shared/standard-fonts.blade.php with ?v=filemtime.
 * The woff2 query string is updated by gvtlabs-font/build/build_font.py on publish.
 */
@font-face {
  font-family: 'gvtlabs_color';
  src: url('/fonts/gvtlabs_color/gvtlabs_color.woff2?1784796953') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/*
 * COLR/CPAL colour font.
 *
 * Each colour layer references a CPAL entry by index (set in
 * font_source/gvtlabs_color/font_config.json). Indices 10 (adaptive_black) and
 * 11 (adaptive_white) are the theme-adaptive slots, baked to their light-mode
 * values; GVTColorSymbol.css swaps in a dark palette (override-colors) under
 * the app's dark theme so e.g. the TikTok logo body follows the theme. All
 * other indices (including the fixed black/white at 0/1) are constant.
 */
.gvt-color {
  font-family: 'gvtlabs_color';
  font-variant-ligatures: normal;
}
