@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap');

/* greaterhealthnow brand tokens.
   TODO: Replace placeholder logo and confirm color/font tokens against approved brand assets. */

:root {
  --brand-font-family: "Poppins", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --brand-primary: #08709E;
  --brand-primary-dark: #08709E;
  --brand-accent: #08709E;
  --brand-button-bg: #08709E;
  --brand-button-bg-hover: #08709E;
  --brand-footer-bg: #221F1F;
  --brand-footer-highlight: #08709E;
  --brand-logo-max-width: 520px;
  --brand-logo-max-height: 108px;
}

.hero {
  background: var(--brand-primary);
}

.return-button {
  background: var(--brand-button-bg);
}

.return-button:hover {
  background: var(--brand-button-bg-hover);
}
