/* Starty Intelligence */
:root {
  /* cores */
  --color-background: #0B0A09;
  --color-surface: #141311;
  --color-surface-raised: #1D1B18;
  --color-border: #2A2724;
  --color-border-strong: #3D3833;
  --color-primary: #FFB000;
  --color-primary-dim: #8A5F00;
  --color-primary-wash: #1F1707;
  --color-text: #EFEAE1;
  --color-text-secondary: #A29C92;
  --color-text-muted: #86807A;
  --color-danger: #F0565B;
  --color-success: #5BC98C;

  /* familias */
  --font-i-b-m--plex--sans: "IBM Plex Sans";
  --font-i-b-m--plex--mono: "IBM Plex Mono";

  /* tipografia */
  --text-display: 34px;
  --text-h1: 21px;
  --text-h2: 16px;
  --text-h3: 14px;
  --text-body: 14px;
  --text-body-sm: 12.5px;
  --text-label: 10.5px;
  --text-code: 13px;
  --text-code-sm: 11.5px;
  --leading-display: 1.1;
  --tracking-display: -0.02em;
  --font-weight-display: 600;
  --leading-h1: 1.25;
  --tracking-h1: -0.01em;
  --font-weight-h1: 600;
  --leading-h2: 1.35;
  --tracking-h2: 0em;
  --font-weight-h2: 600;
  --leading-h3: 1.4;
  --tracking-h3: 0em;
  --font-weight-h3: 600;
  --leading-body: 1.6;
  --tracking-body: 0em;
  --font-weight-body: 400;
  --leading-body-sm: 1.5;
  --tracking-body-sm: 0em;
  --font-weight-body-sm: 400;
  --leading-label: 1.2;
  --tracking-label: 0.12em;
  --font-weight-label: 500;
  --leading-code: 1.65;
  --tracking-code: 0em;
  --font-weight-code: 400;
  --leading-code-sm: 1.5;
  --tracking-code-sm: 0em;
  --font-weight-code-sm: 400;

  /* raio */
  --radius-none: 0px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 18px;
  --radius-full: 999px;

  /* espacamento */
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 12px;
  --spacing-lg: 16px;
  --spacing-xl: 24px;
  --spacing-2xl: 32px;
  --spacing-3xl: 48px;
}
