/* ============================================
   Atelier Encantado · Sistema Tipográfico Local
   ============================================
   Este archivo carga las fuentes desde la carpeta /fonts
   para asegurar que el sitio se vea igual en todos los
   dispositivos, incluso si Google Fonts está bloqueado.

   Las 4 fuentes oficiales son:
   1. Cormorant Garamond (display)
   2. Quattrocento Sans (body)
   3. Sacramento (acento)
   4. Quicksand (UI)
============================================ */

/* ============= CORMORANT GARAMOND ============= */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('CormorantGaramond-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('CormorantGaramond-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('CormorantGaramond-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('CormorantGaramond-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('CormorantGaramond-Italic.ttf') format('truetype');
}

/* ============= QUATTROCENTO SANS ============= */
@font-face {
  font-family: 'Quattrocento Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('QuattrocentoSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Quattrocento Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('QuattrocentoSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Quattrocento Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('QuattrocentoSans-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Quattrocento Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('QuattrocentoSans-BoldItalic.ttf') format('truetype');
}

/* ============= SACRAMENTO ============= */
@font-face {
  font-family: 'Sacramento';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Sacramento-Regular.ttf') format('truetype');
}

/* ============= QUICKSAND ============= */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Quicksand-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('Quicksand-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('Quicksand-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('Quicksand-Bold.ttf') format('truetype');
}
