@font-face {
  font-family: "Neo Sans W01";
  src: url("/api/fonts/sites/default/files/fonts/NeoSansW01-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neo Sans W01";
  src: url("/api/fonts/sites/default/files/fonts/NeoSansW01-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neo Sans W01";
  src: url("/api/fonts/sites/default/files/fonts/NeoSansW01-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Logo padding for coat of arms */
img[alt="Logo"] {
  padding: 10px;
  box-sizing: border-box;
}

html:root {
  --font-heading: "Neo Sans W01", system-ui, sans-serif;
  --font-body: "Neo Sans W01", system-ui, sans-serif;
}