/*
 * League of Legends — brand tokens
 * Generated by BrandSweets from the leagueoflegends-com BrandDoc (v4, schema 1). Do not edit by hand.
 */

:root {
  /* Colors */
  --bs-color-primary: #0a1428;
  --bs-color-primary-50: #f1f4f8;
  --bs-color-primary-100: #dde3ee;
  --bs-color-primary-200: #b6c8ed;
  --bs-color-primary-300: #89a6e1;
  --bs-color-primary-400: #6088d7;
  --bs-color-primary-500: #3b6cce;
  --bs-color-primary-600: #2d5ab4;
  --bs-color-primary-700: #254993;
  --bs-color-primary-800: #1d3972;
  --bs-color-primary-900: #192a4d;
  --bs-color-primary-950: #0a1428;
  --bs-color-secondary: #0000ee;
  --bs-color-secondary-50: #efeffa;
  --bs-color-secondary-100: #d7d7f4;
  --bs-color-secondary-200: #a3a3ff;
  --bs-color-secondary-300: #6b6bff;
  --bs-color-secondary-400: #3838ff;
  --bs-color-secondary-500: #0a0aff;
  --bs-color-secondary-600: #0000ee;
  --bs-color-secondary-700: #0000b8;
  --bs-color-secondary-800: #00008f;
  --bs-color-secondary-900: #08085e;
  --bs-color-secondary-950: #05053d;
  --bs-color-accent: #c8aa6e;
  --bs-color-accent-50: #f7f6f2;
  --bs-color-accent-100: #ece8df;
  --bs-color-accent-200: #e6d8bc;
  --bs-color-accent-300: #d6c094;
  --bs-color-accent-400: #c8aa6e;
  --bs-color-accent-500: #bc974e;
  --bs-color-accent-600: #a3813e;
  --bs-color-accent-700: #856a32;
  --bs-color-accent-800: #685227;
  --bs-color-accent-900: #473a1f;
  --bs-color-accent-950: #2e2514;
  --bs-color-surface: #ffffff;
  --bs-color-surface-50: #ffffff;
  --bs-color-surface-100: #e6e6e6;
  --bs-color-surface-200: #d1d1d1;
  --bs-color-surface-300: #b5b5b5;
  --bs-color-surface-400: #9c9c9c;
  --bs-color-surface-500: #858585;
  --bs-color-surface-600: #707070;
  --bs-color-surface-700: #5c5c5c;
  --bs-color-surface-800: #474747;
  --bs-color-surface-900: #333333;
  --bs-color-surface-950: #212121;
  --bs-color-text: #0a1428;
  --bs-color-text-50: #f1f4f8;
  --bs-color-text-100: #dde3ee;
  --bs-color-text-200: #b6c8ed;
  --bs-color-text-300: #89a6e1;
  --bs-color-text-400: #6088d7;
  --bs-color-text-500: #3b6cce;
  --bs-color-text-600: #2d5ab4;
  --bs-color-text-700: #254993;
  --bs-color-text-800: #1d3972;
  --bs-color-text-900: #192a4d;
  --bs-color-text-950: #0a1428;

  /* Typography */
  --bs-font-heading: "Beaufort for LOL", sans-serif;
  --bs-font-body: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";

  /* Brand gradient (derived) */
  /* worst-case contrast: white 9.40:1 AA, black 1.14:1 */
  --brand-gradient: linear-gradient(135deg in oklab, #0a1428 0%, #0000ee 100%);
  /* hero — worst-case contrast: white 8.23:1 AA, black 1.15:1; ink passes AA at the worst point */
  --brand-gradient-hero: linear-gradient(135deg in oklab, #11151c 0%, #324d88 100%);
  --brand-gradient-hero-ink: #ffffff;
  /* button — worst-case contrast: white 16.81:1 AA, black 1.07:1 */
  --brand-gradient-button: linear-gradient(180deg in oklch shorter hue, #131d32 0%, #040b1e 100%);
  --brand-gradient-button-hover: linear-gradient(180deg in oklch shorter hue, #1a253a 0%, #081225 100%);
  --brand-gradient-button-active: linear-gradient(180deg in oklch shorter hue, #0c162b 0%, #010517 100%);
  --brand-gradient-button-ink: #ffffff;
}
