/* Tokens (variaveis + tipografia) compartilhados */

@font-face{
  font-family:'LibreBaskerville';
  src:url('../../archive/Libre_Baskerville/static/LibreBaskerville-Regular.ttf') format('truetype');
  font-weight:400;font-style:normal;font-display:swap
}
@font-face{
  font-family:'LibreBaskerville';
  src:url('../../archive/Libre_Baskerville/static/LibreBaskerville-Medium.ttf') format('truetype');
  font-weight:500;font-style:normal;font-display:swap
}
@font-face{
  font-family:'LibreBaskerville';
  src:url('../../archive/Libre_Baskerville/static/LibreBaskerville-Bold.ttf') format('truetype');
  font-weight:700;font-style:normal;font-display:swap
}
@font-face{
  font-family:'LibreBaskerville';
  src:url('../../archive/Libre_Baskerville/static/LibreBaskerville-Italic.ttf') format('truetype');
  font-weight:400;font-style:italic;font-display:swap
}

:root{
  --rose:#D4726A;
  --wine:#5B2B3A;
  --teal:#0E8E8E;
  --marsala:#8B4854;
  --salmon:#D08070;
  --white:#FFFFFF;
  --cream:#FAF7F4;
  --sand:#F0EBE5;
  --stone:#D6CEC5;
  --muted:#9B8E82;
  --earth:#6B5B50;
  --ink:#2A1F1A;
  --deep:#1A1018;
  --fd:'LibreBaskerville',Georgia,serif;
  --fb:'Inter','Helvetica Neue',sans-serif;
  --hero-grad:linear-gradient(135deg,var(--rose) 0%,var(--wine) 100%);
  --dark-grad:linear-gradient(180deg,#1a1018 0%,#2a1f2a 100%);
  --ease:cubic-bezier(.19,1,.22,1)
}

