/*
 * Custom CSS for Saren Child Theme
 * Add your custom styles below
 */

/* Global font settings for ALL HTML elements */
html, body{
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* Headings font */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* Special elements with Playfair Display */
.site-title, .entry-title, .page-title, .post-title, .widget-title,
.title, .heading, .headline, .banner-title, .section-title,
.card-title, .modal-title, .popover-title, .tooltip-title {
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* Form elements */
input, textarea, select, button, .btn, .form-control, .form-select,
.btn-primary, .btn-secondary, .btn-success, .btn-danger, .btn-warning, .btn-info, .btn-light, .btn-dark {
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* Navigation and menu elements */
.nav, .navbar, .menu, .nav-item, .nav-link, .dropdown-menu,
.dropdown-item, .breadcrumb, .pagination, .page-link {
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* Table elements */
table, th, td, .table, .thead, .tbody {
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* List elements */
ul, ol, li, dl, dt, dd {
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* Text elements */
p, span, div, small, strong, em, b, u, mark, del, ins, sub, sup {
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* Block elements */
article, section, aside, header, footer, main, nav, figure, figcaption {
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* Media elements */
img, video, audio, canvas, svg {
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* Interactive elements */
a, link, .link, .anchor {
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* Code elements */
code, pre, .code, .pre {
    font-family: "Kanit", monospace !important;
}

/* Quote elements */
blockquote, .blockquote, q, cite {
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* Definition elements */
dfn, abbr, acronym {
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* Variable elements */
var, samp, kbd {
    font-family: "Kanit", monospace !important;
}

/* Time elements */
time, .time {
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* Progress elements */
progress, meter {
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* Details elements */
details, summary {
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* Dialog elements */
dialog {
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* Template elements */
template, slot {
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* Web components */
.custom-element, ::part(), ::slotted() {
    font-family: "Playfair Display", "Kanit", sans-serif !important;
}

/* Add more custom styles as needed */