/* Villa dei Pini — design tokens */
/* Fonts are self-hosted in brand/fonts/ (downloaded from Google Fonts, OFL). */

@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Marcellus-normal-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Newsreader-italic-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Newsreader-normal-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./fonts/Newsreader-normal-600.woff2') format('woff2');
}

:root {
  /* Color roles */
  --vp-calce: #F6F1E7;      /* background — limewash */
  --vp-pietra: #FDFBF5;     /* surface — pale stone */
  --vp-pino: #26332B;       /* ink / text — pine shadow */
  --vp-oliva: #6C7A4D;      /* primary accent — olive leaf, young oil */
  --vp-terracotta: #BE6A3F; /* warm accent — tiles, evening lamps */
  --vp-fico: #D2798B;       /* rare highlight — cactus bloom (use sparingly) */

  /* Derived tints for photo-slot fills and quiet surfaces */
  --vp-oliva-pale: #DDE0CE;
  --vp-terracotta-pale: #EBD8C8;
  --vp-pino-soft: #3A4A3F;

  /* Type */
  --vp-font-display: 'Marcellus', Georgia, 'Times New Roman', serif;
  --vp-font-body: 'Newsreader', Georgia, serif;

  --vp-track-label: 0.18em;

  /* Rhythm */
  --vp-radius: 2px;
  --vp-measure: 62ch;
}
