/* Geist — subset via Google Fonts (replaces inline Framer @font-face blocks) */
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&display=swap");

:root {
  --dims-font: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  --dims-font-regular: var(--dims-font);
}
