/* Waterdown Kids Dentistry - self-hosted webfonts
   Fredoka  : SIL Open Font License 1.1 (Google Fonts)  - headings
   Nunito   : SIL Open Font License 1.1 (supplied in client brand kit) - body */

@font-face{
  font-family:'Fredoka';
  src:url('Fredoka-Variable.woff2') format('woff2-variations'),
      url('Fredoka-Variable.ttf') format('truetype-variations');
  font-weight:300 700;
  font-stretch:75% 125%;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Nunito';
  src:url('Nunito-Regular.woff2') format('woff2'),
      url('Nunito-Regular.ttf') format('truetype');
  font-weight:400 500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Nunito';
  src:url('Nunito-Black.woff2') format('woff2'),
      url('Nunito-Black.ttf') format('truetype');
  font-weight:600 900;
  font-style:normal;
  font-display:swap;
}
