/* Afazeres Curiosos — Design tokens v0.1
   Owner: Claude B. Extraído do site WP em produção. */
:root {
  /* Cores — vinho marca */
  --afz-brand: #8b2b31;
  --afz-brand-dark: #331014;
  --afz-brand-mid: #5e1b22;

  /* Cores — dourado */
  --afz-gold: #f5c13c;

  /* Superfícies cálidas */
  --afz-paper: #fff8ee;
  --afz-soft: #f8ece8;
  --afz-surface: #FFFFFF;

  /* Tinta e texto */
  --afz-ink: #17151a;
  --afz-text-strong: #17151a;
  --afz-text-muted: #635c66;
  --afz-text-on-brand: #FFFFFF;
  --afz-text-on-gold: #201208;

  /* Acentos pontuais */
  --afz-blue: #416f86;
  --afz-green: #607a4d;

  /* Estrutura */
  --afz-border: rgba(23, 21, 26, 0.12);

  /* Tipografia */
  --afz-font-title: Georgia, "Times New Roman", serif;
  --afz-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --afz-font-mono: ui-monospace, Menlo, monospace;

  /* Raios */
  --afz-radius-sm: 4px;
  --afz-radius-md: 8px;
  --afz-radius-lg: 16px;
  --afz-radius-full: 9999px;

  /* Sombras */
  --afz-shadow-sm: 0 12px 34px rgba(24, 17, 20, 0.06);
  --afz-shadow-md: 0 22px 64px rgba(24, 17, 20, 0.14);
  --afz-shadow-lg: 0 28px 74px rgba(0, 0, 0, 0.28);
  --afz-shadow-logo: drop-shadow(0 10px 14px rgba(0,0,0,0.38));
}
