/* --- Primary --- */

@font-face {
  font-family: 'primary-regular';
  font-weight: 400;
  font-style: normal;
  src: url('/static/fonts/recur/MundialRegular.woff2') format('woff2');
}

@font-face {
  font-family: 'primary-medium';
  font-weight: 500;
  font-style: normal;
  src: url('/static/fonts/recur/MundialDemibold.woff2') format('woff2');
}

@font-face {
  font-family: 'primary-semibold';
  font-weight: 600;
  font-style: normal;
  src: url('/static/fonts/recur/MundialDemibold.woff2') format('woff2');
}

@font-face {
  font-family: 'primary-bold';
  font-weight: bold;
  font-style: normal;
  src: url('/static/fonts/recur/MundialBold.woff2') format('woff2');
}

/* --- Secondary --- */

@font-face {
  font-family: 'secondary-regular';
  font-weight: 400;
  font-style: normal;
  src: url('/static/fonts/recur/Syne-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'secondary-medium';
  font-weight: 500;
  font-style: normal;
  src: url('/static/fonts/recur/Syne-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'secondary-semibold';
  font-weight: 600;
  font-style: normal;
  src: url('/static/fonts/recur/Syne-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'secondary-bold';
  font-weight: bold;
  font-style: normal;
  src: url('/static/fonts/recur/Syne-Bold.woff2') format('woff2');
}
