/* Continu brand — FT Aktual (fonts served from www.continu.com) */
@font-face {
  font-family: "FT Aktual";
  src: url("https://www.continu.com/fonts/FTAktual-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FT Aktual";
  src: url("https://www.continu.com/fonts/FTAktual-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "FT Aktual Book";
  src: url("https://www.continu.com/fonts/FTAktual-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Body copy and controls — FT Aktual Regular */
body, button, input, textarea, select {
  font-family: "FT Aktual", Arial, sans-serif;
}

/* Headings and titles — FT Aktual Book */
h1, h2, h3, h4,
.font-largest, .font-large,
.page-title, .incident-name, .actual-title {
  font-family: "FT Aktual Book", Arial, sans-serif;
  font-weight: 400;
}