/* Lokal/tizim shriftlari — Google Fonts CDN kerak emas */
:root {
  --font-sans: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-serif: Georgia, 'Times New Roman', Times, serif;
}

body,
input,
button,
select,
textarea,
.main_nav,
.main_nav li a,
.login_button a,
.course_title,
.yt-menu-item {
  font-family: var(--font-sans) !important;
}

.section_title,
.home_slider_title,
.home_slider_subtitle,
h1,
h2,
h3,
.logo_text,
.footer_logo_text,
.cat_section_title,
.team_title {
  font-family: var(--font-serif) !important;
}
