@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:wght@400;700&family=Trirong:wght@300;400;600&display=swap');

:root {
  --font-body-family: "Quattrocento Sans", "Segoe UI", Arial, sans-serif;
  --font-heading-family: "Trirong", Georgia, "Times New Roman", serif;
  --font-body-style: normal;
  --font-body-weight: 400;
  --font-heading-weight: 300;
  --font-body-scale: 1;
}

body {
  font-family: var(--font-body-family) !important;
  font-weight: var(--font-body-weight);
}

body * {
  font-family: inherit !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading-family), "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji" !important;
}
