/* SF Pro Display removed 1 Sep 2026. Apple's licence covers designing and developing for
   Apple platforms, not serving the binaries from our own origin — and this folder is served
   from ours. The .otf files are deleted; the text face is Ubuntu and the instrument face
   is Chivo Mono, both open-licensed and self-hosted. Never re-add SF Pro, and never swap a
   self-hosted face for a CDN request: that hands every visitor's IP to a third party.
   Ubuntu replaced Inter on 15 Sep 2026 (Oxygen was trialled the same day and reverted — its
   Bold was too light for the hero and it had no Medium). Ubuntu Font Licence 1.0.
   STATIC instances, not a variable font: 300/400/500/700 roman and italic, no optical-size
   axis and no interpolation between weights. Authored 600 resolves UP to Bold, so the build
   declares 500 for UI weight explicitly. Copy the files in from the consuming project's
   assets/fonts/ if this folder is ever rebuilt. */
@font-face{font-family:"Ubuntu";src:url("../assets/fonts/Ubuntu-Light.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"Ubuntu";src:url("../assets/fonts/Ubuntu-LightItalic.ttf") format("truetype");font-weight:300;font-style:italic;font-display:swap}
@font-face{font-family:"Ubuntu";src:url("../assets/fonts/Ubuntu-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Ubuntu";src:url("../assets/fonts/Ubuntu-Italic.ttf") format("truetype");font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:"Ubuntu";src:url("../assets/fonts/Ubuntu-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Ubuntu";src:url("../assets/fonts/Ubuntu-MediumItalic.ttf") format("truetype");font-weight:500;font-style:italic;font-display:swap}
@font-face{font-family:"Ubuntu";src:url("../assets/fonts/Ubuntu-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Ubuntu";src:url("../assets/fonts/Ubuntu-BoldItalic.ttf") format("truetype");font-weight:700;font-style:italic;font-display:swap}
@font-face{font-family:"Maven Pro";src:url("../assets/fonts/MavenPro-Bold.otf") format("opentype");font-weight:700;font-style:normal;font-display:swap}
