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

:root {
  --font-display: "Unbounded", sans-serif;
  --font-body: "Inter", sans-serif;
}

html, body, button, input, select, textarea { font-family: var(--font-body) !important; }
.wordmark, .team-hero h1, .purchase-hero h1, .visual-title, .artboard-canvas > p { font-family: var(--font-display) !important; }
.home-hero h1, .home-hero h1 em, .course-feature-heading h2, .course-feature-heading > p, .course-feature-cta, .course-outline h3, .course-outline p { font-family: var(--font-body) !important; }
