/* Salon Maria: self-hosted webfonts
   Gambetta (display serif) and Switzer (grotesk) by Indian Type Foundry,
   distributed through Fontshare under the ITF Free Font License
   (free for personal and commercial use, web embedding allowed). WOFF2 only. */

@font-face { font-family: "Gambetta"; src: url("../assets/fonts/gambetta-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Gambetta"; src: url("../assets/fonts/gambetta-400-italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Gambetta"; src: url("../assets/fonts/gambetta-300.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Gambetta"; src: url("../assets/fonts/gambetta-300-italic.woff2") format("woff2"); font-weight: 300; font-style: italic; font-display: swap; }

@font-face { font-family: "Switzer"; src: url("../assets/fonts/switzer-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Switzer"; src: url("../assets/fonts/switzer-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }

/* metric-matched fallbacks so the layout barely moves while the webfonts load */
@font-face { font-family: "Gambetta Fallback"; src: local("Georgia"), local("Times New Roman"); size-adjust: 96%; ascent-override: 92%; descent-override: 24%; line-gap-override: 0%; }
@font-face { font-family: "Switzer Fallback"; src: local("Helvetica Neue"), local("Arial"); size-adjust: 99%; ascent-override: 92%; descent-override: 22%; line-gap-override: 0%; }
