/* Additional fonts for app - loaded async */

/* Montserrat additional weights */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/montserrat/montserrat-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/montserrat/montserrat-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/montserrat/montserrat-700.woff2') format('woff2');
}

/* Red Hat Display additional weights */
@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/red-hat-display/red-hat-display-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/red-hat-display/red-hat-display-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/red-hat-display/red-hat-display-600.woff2') format('woff2');
}

/* Red Hat Mono - all weights */
@font-face {
  font-family: 'Red Hat Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/red-hat-mono/red-hat-mono-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Red Hat Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/red-hat-mono/red-hat-mono-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Red Hat Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/red-hat-mono/red-hat-mono-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Red Hat Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/red-hat-mono/red-hat-mono-700.woff2') format('woff2');
}
