/* Roboto Light (weight 300) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Roboto-Light.woff2') format('woff2'),
       url('/fonts/Roboto-Light.woff') format('woff');
}

/* Nunito Light (weight 300) */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Nunito-Light.woff2') format('woff2'),
       url('/fonts/Nunito-Light.woff') format('woff');
}

/* Open Sans (normal) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/OpenSans.woff2') format('woff2'),
       url('/fonts/OpenSans.woff') format('woff');
}

/* Jura Regular */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Jura-Light.woff2') format('woff2'),
       url('/fonts/Jura-Light.woff') format('woff');
}

/* Exo 2 Regular */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Exo2-Regular.woff2') format('woff2'),
       url('/fonts/Exo2-Regular.woff') format('woff');
}
