/*
 * fonts.css
 * Declaraciones @font-face para XuntaSans.
 * Fuente extraída de xunta.gal (uso institucional).
 * Archivos en: fonts/XuntaSans/
 *
 * Variantes disponibles:
 *   400 normal  → XuntaSans-Regular
 *   400 italic  → XuntaSans-Italic
 *   700 normal  → XuntaSans-Bold
 *   700 italic  → XuntaSans-BoldItalic
 */

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

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

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

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

/* Alias para Elementor (lista «Familia» usa o nome con espazo). */
@font-face {
	font-family:   'Xunta Sans';
	font-style:    normal;
	font-weight:   400;
	font-display:  swap;
	src: url('../fonts/XuntaSans/XuntaSans-Regular.woff2') format('woff2');
}

@font-face {
	font-family:   'Xunta Sans';
	font-style:    italic;
	font-weight:   400;
	font-display:  swap;
	src: url('../fonts/XuntaSans/XuntaSans-Italic.woff2') format('woff2');
}

@font-face {
	font-family:   'Xunta Sans';
	font-style:    normal;
	font-weight:   700;
	font-display:  swap;
	src: url('../fonts/XuntaSans/XuntaSans-Bold.woff2') format('woff2');
}

@font-face {
	font-family:   'Xunta Sans';
	font-style:    italic;
	font-weight:   700;
	font-display:  swap;
	src: url('../fonts/XuntaSans/XuntaSans-BoldItalic.woff2') format('woff2');
}
