/* Local font hook.
   Place the downloaded WOFF2 files next to this stylesheet and uncomment the @font-face blocks.
   Recommended: a Google Fonts open-source family such as Inter or Manrope. */
@font-face{
  font-family:"Local Sans";
  src:url("LocalSans-Regular.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Local Sans";
  src:url("LocalSans-SemiBold.woff2") format("woff2");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Local Sans";
  src:url("LocalSans-Bold.woff2") format("woff2");
  font-weight:800 900;
  font-style:normal;
  font-display:swap;
}
