/* Figma typography: HK Grotesk (display) + Urbanist (body) */

:root {
  --font-display: "HK Grotesk", system-ui, -apple-system, sans-serif;
  --font-body: "Urbanist", system-ui, -apple-system, sans-serif;
  --font: var(--font-body);
}

body {
  font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.section__title,
.figma-section-title {
  font-family: var(--font-display);
}

.page-figma {
  font-family: var(--font-body);
}
