/*
 * ============================================================
 * FONTES PLAVIDECOR
 * ============================================================
 *
 * CORPO / UI — TT Norms Pro Serif (Trial)
 *   Arquivos locais: tt-norms-regular.ttf + tt-norms-medium.ttf
 *   Status: ✅ instalado
 *
 * TÍTULOS / DISPLAY — Cormorant Garamond
 *   Fonte: Google Fonts (carregamento automático)
 *   Status: ✅ ativo
 *   Nota: quando Larken estiver disponível, adicionar
 *   larken-*.woff2 aqui e o tema troca automaticamente.
 * ============================================================
 */

/* ---- TT NORMS PRO SERIF — Regular (400) ---- */
@font-face {
  font-family: 'TT Norms Pro';
  src: url('../fonts/tt-norms-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ---- TT NORMS PRO SERIF — Medium (500/600) ---- */
@font-face {
  font-family: 'TT Norms Pro';
  src: url('../fonts/tt-norms-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms Pro';
  src: url('../fonts/tt-norms-medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms Pro';
  src: url('../fonts/tt-norms-medium.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ---- LARKEN (quando instalado) ---- */
/* Descomente quando tiver os arquivos .woff2:
@font-face {
  font-family: 'Larken';
  src: url('../fonts/larken-light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Larken';
  src: url('../fonts/larken-light-italic.woff2') format('woff2');
  font-weight: 300; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Larken';
  src: url('../fonts/larken-regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Larken';
  src: url('../fonts/larken-regular-italic.woff2') format('woff2');
  font-weight: 400; font-style: italic; font-display: swap;
}
*/
