﻿@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Crimson+Pro:wght@300;400;500&display=swap");

:root {
  --homepage-font-body: "Crimson Pro", Georgia, serif;
  --homepage-font-heading: "Cormorant Garamond", Georgia, serif;
  --homepage-font-label: "Cinzel", "Noto Serif SC", Georgia, serif;
  --homepage-text: #e8e0d0;
  --homepage-text-muted: #a89984;
  --homepage-text-accent: #c9a46a;
  --homepage-line: 1.7;
}

html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--homepage-font-body) !important;
  font-size: 18px;
  line-height: var(--homepage-line);
  font-weight: 400;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.section-title,
.card-title,
.book-title {
  font-family: var(--homepage-font-heading) !important;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: 0;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 46px;
}

h3 {
  font-size: 30px;
}

h4,
h5,
h6 {
  font-size: 22px;
}

p,
li,
blockquote,
figcaption,
.section-body,
.desc,
.subtitle,
.card-description,
.book-description {
  font-family: var(--homepage-font-body) !important;
  line-height: var(--homepage-line);
  letter-spacing: 0;
}

nav,
header,
button,
.btn,
.button,
.nav,
.nav a,
.nav-links,
.badge,
.tag,
.eyebrow,
.section-kicker,
.small-label,
.meta,
input,
textarea,
select {
  font-family: var(--homepage-font-label) !important;
  letter-spacing: 0;
}

input,
textarea,
select {
  letter-spacing: 0;
}

a {
  text-underline-offset: 0.18em;
  text-decoration-thickness: from-font;
}

strong,
b {
  font-weight: 600;
}

small {
  font-size: 0.88em;
}

code,
pre,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  letter-spacing: 0;
}

.fa,
.fas,
.far,
.fal,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
[class^="fa-"],
[class*=" fa-"],
[data-lucide] {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}

@media (max-width: 720px) {
  body {
    font-size: 17px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }
}
