/* Examples-of.com Theme - Professional Blue */
/* Colors are defined in tailwind.config.js (DaisyUI 'light' theme) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
  --theme-font-heading: 'Inter', 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);
}
