/**
 * Dentlink self-hosted webfonts.
 *
 * SoT: content/reference/fonts/dentlink/ (this folder, in repo)
 * Deployed to: {wp-content}/uploads/fonts/dentlink/ via SFTP
 * Enqueued by: dentlink-bricks-rest.php (mu-plugin) on wp_enqueue_scripts.
 *
 * ACSS binds these via heading-font-family + text-font-family in
 * automatic_css_settings (Dashboard → Typography).
 *
 * Source: google-webfonts-helper (gwfh.mranftl.com), Latin + Latin-Ext only.
 * Korean glyphs intentionally excluded — add Pretendard or Noto Sans KR
 * separately when bilingual rendering goes live.
 */

/* Inter — Body, buttons, navigation, UI */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('/wp-content/uploads/fonts/dentlink/inter-v20-latin_latin-ext-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/wp-content/uploads/fonts/dentlink/inter-v20-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('/wp-content/uploads/fonts/dentlink/inter-v20-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('/wp-content/uploads/fonts/dentlink/inter-v20-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/wp-content/uploads/fonts/dentlink/inter-v20-latin_latin-ext-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('/wp-content/uploads/fonts/dentlink/inter-v20-latin_latin-ext-800.woff2') format('woff2');
}

/* Baskervville — Headings (H1-H6), blockquote */
@font-face {
	font-family: 'Baskervville';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/wp-content/uploads/fonts/dentlink/baskervville-v20-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Baskervville';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('/wp-content/uploads/fonts/dentlink/baskervville-v20-latin-italic.woff2') format('woff2');
}
