@font-face {
  font-family: "Didot LT Std";
  src: url("/assets/fonts/DidotLTStd-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Didot LT Std";
  src: url("/assets/fonts/DidotLTStd-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Didot LT Std";
  src: url("/assets/fonts/DidotLTStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Didot LT Std";
  src: url("/assets/fonts/DidotLTStd-Headline.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-content: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  --font-headline: "Didot LT Std", Didot, "Bodoni MT", "Times New Roman", serif;
}

html,
body {
  font-family: var(--font-content);
}

h1,
h2,
h3,
h4,
h5,
h6,
#overview-sub,
.pres-name,
.section-toggle,
.config-subtitle,
.converter-title,
.converter-section-title,
#join-logo,
#results-title,
#qr-cta,
#btn-start,
#btn-join {
  font-family: var(--font-headline);
}
