@font-face {
  font-family: "Maersk Text";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/MaerskText-Regular.woff2") format("woff2");
}

body {
  /* fallback fonts */
  font-family: 'Maersk Text', 'Segoe UI', 'Roboto', sans-serif; 
}