html, body {
  font-family: "Adelle Sans", system, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: 'Adelle Sans';
  src:  url('/static/fonts/AdelleSans-Regular.woff2') format('woff2');
  src:  url('/static/fonts/AdelleSans-Regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Adelle Sans';
  src:  url('/static/fonts/AdelleSans-Italic.woff2') format('woff2');
  src:  url('/static/fonts/AdelleSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Adelle Sans';
  src:  url('/static/fonts/AdelleSans-Bold.woff2') format('woff2');
  src:  url('/static/fonts/AdelleSans-Bold.woff') format('woff');
  font-weight: 700;
}
