/* Self-hosted fonts for NordRoute Explorers */

/* Bebas Neue - Regular */
@font-face {
  font-family: 'Bebas Neue';
  src: url('fonts/Bebas_Neue/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* DM Sans - Light (300) */
@font-face {
  font-family: 'DM Sans';
  src: url('fonts/DM_Sans/static/DMSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* DM Sans - Light Italic (300) */
@font-face {
  font-family: 'DM Sans';
  src: url('fonts/DM_Sans/static/DMSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* DM Sans - Regular (400) */
@font-face {
  font-family: 'DM Sans';
  src: url('fonts/DM_Sans/static/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* DM Sans - Medium (500) */
@font-face {
  font-family: 'DM Sans';
  src: url('fonts/DM_Sans/static/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* DM Serif Display - Regular */
@font-face {
  font-family: 'DM Serif Display';
  src: url('fonts/DM_Serif_Display/DMSerifDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* DM Serif Display - Italic */
@font-face {
  font-family: 'DM Serif Display';
  src: url('fonts/DM_Serif_Display/DMSerifDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
