/*
  System font stack similar to Inter
  Using high-quality system fonts as Inter font files need proper download
  Fallback to system UI fonts for consistent appearance
*/
:root {
  --font-family-inter: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
