/*
Theme Name: ad-pontem
Text Domain: ad-pontem
Description: Tema editorial ligero para el portal de noticias Ad Pontem, centrado en San Fernando y la Bahía de Cádiz.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
WPVibe: yes
*/

/* This file holds the WordPress theme header (above) plus truly global
 * rules only. Tailwind handles everything else.
 *
 * - Design tokens live in theme.css's @theme block.
 * - Prose + form styles live in presets.css.
 * - Layout, color, typography utilities come from Tailwind v4.
 *
 * Do NOT add component classes here (.btn-primary, .card, etc.). Use
 * Tailwind utilities in templates instead.
 */

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/manrope-400.ttf") format("truetype");
}
@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("assets/fonts/manrope-500.ttf") format("truetype");
}
@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/manrope-600.ttf") format("truetype");
}
@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/manrope-700.ttf") format("truetype");
}
@font-face {
	font-family: "Newsreader";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/newsreader-400.ttf") format("truetype");
}
@font-face {
	font-family: "Newsreader";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("assets/fonts/newsreader-500.ttf") format("truetype");
}
@font-face {
	font-family: "Newsreader";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/newsreader-600.ttf") format("truetype");
}

html {
	scroll-behavior: smooth;
}
