/* Violet Sans — site-wide (self-hosted, OFL)
   Official release is a single Regular cut; browser synthesizes bold when needed. */
@font-face {
  font-family: 'Violet Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src:
    url('../fonts/VioletSans-Regular.woff2') format('woff2'),
    url('../fonts/VioletSans-Regular.woff') format('woff');
}

html,
body {
  font-family: 'Violet Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Headings / fancy utility also use Violet Sans site-wide */
.font-fancy,
.font-sans {
  font-family: 'Violet Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}
