:root {
  /* === GRUPO KR === */
  --color-bg:           #080810;
  --color-bg-alt:       #10101a;
  --color-text:         #f0f0f5;
  --color-text-muted:   #8888a8;
  --color-border:       #1e1e2e;

  /* === KRYO === */
  --kryo-primary:       #794c98;
  --kryo-secondary:     #42368b;
  --kryo-accent:        #f2901e;

  /* === KRYV === */
  --kryv-primary:       #4779e8;
  --kryv-secondary:     #1a2f6e;
  --kryv-dark:          #0f1830;
  --kryv-light:         #f7f8fc;
  --kryv-support:       #bfbcdb;

  /* === KRYA === */
  --krya-base:          #0f0d1b;
  --krya-primary:       #5b46e6;
  --krya-lavender:      #b49cff;
  --krya-light:         #f7f5f1;

  /* === KRITER === */
  --kriter-primary:     #0d1321;
  --kriter-support:     #2e3440;
  --kriter-accent:      #c8a15a;
  --kriter-light:       #e6ebec;

  /* Tipografia */
  --font-heading: 'Sora', sans-serif;
  --font-body:    'Sora', sans-serif;

  /* Escala de tipo */
  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;
  --text-6xl:  3.75rem;

  /* Espaçamento */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-4:  1rem;
  --space-8:  2rem;
  --space-16: 4rem;
  --space-24: 6rem;

  /* Border radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
}
