/**
 * Fontes locais / com fallback.
 *
 * NOTA IMPORTANTE:
 * As famílias Cormorant Garamond, Lora e Cinzel são publicadas sob licença
 * SIL Open Font License (permitem uso e redistribuição). Este tema, para
 * manter o pacote leve e evitar dúvidas de licença, referencia essas
 * famílias por nome — deixando o WordPress usar fontes já instaladas no
 * sistema quando existirem — e prevê fallback amplo para serifs comuns.
 *
 * Para hospedar as fontes localmente:
 *  1. Baixe os arquivos .woff2 dos sites oficiais (Google Fonts / Font Squirrel).
 *  2. Copie-os para /assets/fonts/.
 *  3. Descomente os blocos @font-face abaixo, ajustando os nomes de arquivo.
 *
 * Enquanto os arquivos locais não forem adicionados, o tema já funciona com
 * o fallback (EB Garamond / Georgia / Times New Roman) sem quebrar layout.
 */

/*
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 400 600;
	font-display: swap;
	src: url('./cormorant-garamond.woff2') format('woff2');
}

@font-face {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('./lora.woff2') format('woff2');
}

@font-face {
	font-family: 'Lora';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('./lora-italic.woff2') format('woff2');
}

@font-face {
	font-family: 'Cinzel';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('./cinzel.woff2') format('woff2');
}
*/
