/* Buddies webfonts — self-hosted, as section 3.3 of the brief requires.
   Drop the .woff2 files into assets/fonts/ next to this file.

   The handoff bundle's tokens/fonts.css points at assets/fonts/*.ttf, but that
   folder is NOT in the zip — ask the client for it. Convert the .ttf files to
   .woff2 before shipping (roughly half the transfer size, and you have a
   Lighthouse budget). Both families are open licence, so you can also source
   them yourself if the client is slow:
     M PLUS 2  — SIL Open Font License
     Lato      — SIL Open Font License

   Do NOT restore the Google Fonts CDN link from elementor-homepage.html.
   A German site calling Google's font servers is a live GDPR exposure. */

@font-face{font-family:"M PLUS 2";src:url("../fonts/MPLUS2-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"M PLUS 2";src:url("../fonts/MPLUS2-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"M PLUS 2";src:url("../fonts/MPLUS2-ExtraBold.woff2") format("woff2");font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:"M PLUS 2";src:url("../fonts/MPLUS2-Black.woff2") format("woff2");font-weight:900;font-style:normal;font-display:swap}

@font-face{font-family:"Lato";src:url("../fonts/Lato-Light.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"Lato";src:url("../fonts/Lato-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Lato";src:url("../fonts/Lato-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Lato";src:url("../fonts/Lato-Black.woff2") format("woff2");font-weight:900;font-style:normal;font-display:swap}
