/* ==========================================================================
   Mobily type family — licensed files come from the Brand Hub.
   Download "Mobily Headline" and "Mobily Text", drop the woff2 files into
   /public/assets/fonts/, then uncomment the blocks below. The two font
   variables in theme.css already name these families first, so nothing else
   needs to change.

   Until then the page falls back to the sanctioned system substitute (p.14).
   ========================================================================== */

/*
@font-face {
  font-family: 'Mobily Headline';
  src: url('/assets/fonts/MobilyHeadline-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Mobily Headline';
  src: url('/assets/fonts/MobilyHeadline-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Mobily Text';
  src: url('/assets/fonts/MobilyText-Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Mobily Text';
  src: url('/assets/fonts/MobilyText-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Mobily Text';
  src: url('/assets/fonts/MobilyText-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
*/
