/**
 * 01-base.css — Typography, màu nền, biến CSS toàn site.
 * Cấu hình font chính nên đặt trong Customizer (Flatsome → Typography).
 */

:root {
	--ankhang-color-primary: #1c22cc;
	--ankhang-color-accent: #d32f2f;
	--ankhang-color-text: #333333;
	--ankhang-font-body: "Be Vietnam Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--ankhang-font-heading: "Be Vietnam Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
p,
span,
li,
input,
textarea,
select {
	font-family: var(--ankhang-font-body);
	color: var(--ankhang-color-text);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.nav-top-link,
.nav > li > a {
	font-family: var(--ankhang-font-heading);
}
