/* Opulynk webfonts.
   Body/UI: Satoshi (Indian Type Foundry) — woff2 files vendored from Fontshare, the foundry's
   own free distribution, so consumers need no network font call.
   Display: Canela Light (Klim Type Foundry) is the brand face but is commercially licensed and
   no binary was supplied. Cormorant Garamond (Google Fonts) stands in at light weight.
   >>> SUBSTITUTION — replace with licensed Canela .woff2 files when available. */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300&display=swap");
@font-face{font-family:"Satoshi";src:url("../assets/fonts/Satoshi-300.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"Satoshi";src:url("../assets/fonts/Satoshi-400.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Satoshi";src:url("../assets/fonts/Satoshi-500.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Satoshi";src:url("../assets/fonts/Satoshi-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
