/* Add the custom Draeger font */
@font-face {
  font-family: 'DraegerPangeaText';
  src: url('https://42.draeger.com/globalAssets/Fonts/DraegerPangeaText-Regular-Greek.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Apply the font globally */
body, h1, h2, h3, h4, h5, h6, p, span, a, div {
  font-family: 'DraegerPangeaText', 'Segoe UI', Arial, sans-serif;
}
