/* ============================================================
   DS SIGHT — Webfonts
   All four brand-recommended families are available on Google Fonts,
   so no substitution was required:
     Cinzel    — display wordmark / hero (was: Trajan Pro)
     Allura    — script accent
     Montserrat— UI headings & labels
     Inter     — body & controls
   These @import lines ship the @font-face declarations to consumers.
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
