/* Bloomdesk — shared site styles (extracted from the original export <style> block).
   Fonts are declared in fonts.css (self-hosted). All section-level styling remains
   inline within each section template to preserve pixel-perfect fidelity. */

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'DM Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Gradient text helper used across headlines */
.gt {
  background: linear-gradient(90deg, #6d28d9, #2563eb 55%, #0d9488);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

[data-lucide] { display: block; }
