/* =========================================================
   base/variables.css — Tokens de design Precision 3D
   ========================================================= */

:root {
  /* ── Paleta ── */
  --black:          #080808;
  --white:          #F2F1ED;
  --red:            #E8000A;
  --red-dim:        rgba(232, 0, 10, 0.08);
  --red-border:     rgba(232, 0, 10, 0.25);

  --amber:          #E8960A;
  --amber-dark:     #C47D06;

  --gray-dark:      #111111;
  --gray-mid:       #1E1E1E;
  --gray-border:    #242424;
  --text-muted:     #777777;
  --text-faint:     #585858;

  /* ── Tipografia ── */
  --font-heading:   'Space Grotesk', sans-serif;
  --font-body:      'Inter', sans-serif;

  /* ── Layout ── */
  --container-max:  1200px;
  --header-h:       58px;

  /* ── Espaçamentos de seção ── */
  --section-v:      64px;
  --section-v-lg:   88px;

  /* ── Transições ── */
  --ease:           0.2s ease;
  --ease-med:       0.3s ease;
  --ease-slow:      0.45s ease;
}
