/* Variable fonts: one file each covers the whole weight range. */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/Figtree-variable.woff2') format('woff2-variations'),
       url('../fonts/Figtree-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/NotoSans-variable.woff2') format('woff2-variations'),
       url('../fonts/NotoSans-variable.woff2') format('woff2');
}
