@font-face {
  font-family: 'Agrandir';
  src: url('/static/fonts/Agrandir-WideLight.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agrandir';
  src: url('/static/fonts/Agrandir-TextBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ONE Mobile';
  src: url('/static/fonts/ONE Mobile Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Agrandir', sans-serif;
}

.font-onemobile {
  font-family: 'ONE Mobile', sans-serif;
}
