/* Chronomed.nl Theme - Calming Teal/Medical */
/* Colors are defined in tailwind.config.js (DaisyUI 'chronomed' theme) */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');

:root {
  --theme-font-heading: 'Plus Jakarta Sans', system-ui, sans-serif;
  --theme-font-body: 'Inter', system-ui, sans-serif;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: var(--theme-font-heading);
}
