@import url('https://fonts.googleapis.com/css2?family=Sora:wght@500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');
:root {
  --brand-primary: #68e3ff;
  --brand-secondary: #40879f;
  --brand-accent: #9dedff;
  --brand-heading-font: 'Sora', sans-serif;
  --brand-body-font: 'Plus Jakarta Sans', sans-serif;
}
body { font-family: var(--brand-body-font); }
h1, h2, h3, h4, h5, h6, .heading, .hero-title { font-family: var(--brand-heading-font); }
.btn-primary, button[data-brand-primary='true'] { background: var(--brand-primary) !important; }