/* Fora D'Horas — tokens visuais (direção "Azulejo & Bocage") */
:root{
  --c-azul:#14304D;       /* azul profundo */
  --c-azulejo:#295C8A;    /* azul azulejo */
  --c-azulejo2:#3a72a6;   /* azul claro (gradiente) */
  --c-dourado:#C29B45;    /* dourado */
  --c-creme:#F6F3EC;      /* fundo creme/pedra */
  --c-branco:#FFFFFF;
  --c-txt:#14304D;
  --c-txt2:#6F7884;       /* texto secundário */
  --c-linha:#e6e0d2;      /* separadores */
  --c-ok:#3FA66A;         /* disponível */
  --c-del:#C0392B;        /* apagar */
  --c-esgotado:#aeb4ba;

  --f-titulo:'Playfair Display',Georgia,serif;
  --f-texto:'Inter',system-ui,-apple-system,Segoe UI,sans-serif;

  --r:12px; --r-lg:16px; --r-pill:999px;
  --sh:0 2px 8px rgba(20,48,77,.08);
  --sh-lg:0 12px 32px rgba(20,48,77,.18);
  --tr:.32s cubic-bezier(.4,0,.2,1);
  --wrap:760px;
}

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:var(--f-texto);
  background:var(--c-creme);
  color:var(--c-txt);
  min-height:100vh;
  line-height:1.5;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
input{font-family:inherit}
h1,h2,h3{font-family:var(--f-titulo);font-weight:600;line-height:1.15}
