
/* Layer: base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 110px;
}

body {
  color: var(--text);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.7;
  background:
    radial-gradient(circle at 82% 12%, rgba(200, 184, 141, 0.28), transparent 22%),
    radial-gradient(circle at 14% 18%, rgba(173, 178, 182, 0.06), transparent 16%),
    linear-gradient(180deg, #05070c 0%, #03060b 42%, #06070c 100%);
}

body.nav-open {
  overflow: hidden;
}

a {
  color: #e8dba9;
  text-decoration: none;
}

a:hover {
  color: #f4f1e9;
  text-decoration: none;
}

p,
li,
label,
input,
select,
textarea,
button {
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-head h2,
.section-title h1,
.section-title h2,
.card h1,
.card h2,
.card h3,
.site-brand-wordmark,
.header-nav-link,
.section-kicker,
.panel-label,
.card-meta {
  font-family: "Oxanium", "Montserrat", sans-serif;
}

.container {
  max-width: 1360px;
  padding-inline: 32px;
}
