@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600&family=Sarabun:wght@400;500;600;700&display=swap");

/* Public-site typography: readable body copy with distinctive headings. */
html,
body,
body *,
button,
input,
select,
textarea,
option {
    font-family: "Sarabun", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar,
.navbar *,
.btn,
.btn *,
.card-title,
.product-title,
legend {
    font-family: "Kanit", sans-serif !important;
}

h1,
h2 {
    font-weight: 600;
}

h3,
h4,
h5,
h6,
.navbar,
.btn,
.card-title,
.product-title,
legend {
    font-weight: 500;
}
