/* Tokens de marca extraídos del CSS oficial de stitchkin.cl */
:root {
  --st-blue: #008bc9;        /* azul principal — barra y links */
  --st-blue-dark: #00639c;   /* azul oscuro */
  --st-blue-deep: #0b2233;   /* overlay de nav sobre el hero */
  --st-orange: #ff6900;      /* naranjo CTA */
  --st-orange-soft: #ffa13c; /* naranjo claro */
  --st-teal: #2f4a4e;        /* verde petróleo */
  --st-green: #1c583f;       /* verde oscuro */
  --st-ink: #3e3e3e;         /* gris texto */
  --st-bg: #ffffff;          /* fondo claro */
  --st-bg-soft: #f4f7f9;     /* fondo claro secundario */
}
