@import url("https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;700&family=Caveat:wght@600&family=DM+Sans:wght@400;500;600&family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,600&family=Inter:wght@400;500;600&family=PT+Serif:wght@400;700&display=swap");

@font-face {
  font-family: "Anton";
  src: url("fonts/Anton/Anton-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Quotation";
  src: local("Times New Roman"), local("Times");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "Edo";
  src: url("fonts/edo/Edo.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ubuntu";
  src: url("fonts/ubuntu/ubuntu.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "League Spartan";
  src: url("fonts/league_spartan/LeagueSpartan-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "league_spartan";
  src: url("fonts/league_spartan/LeagueSpartan-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-anton: "Anton", sans-serif;
  --font-ubuntu: "ubuntu", sans-serif;
  --font-helvetica: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-quotation: "Archivo Narrow", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-edo: "Edo", "Anton", sans-serif;
  --font-league: "League Spartan", "league_spartan", "Anton", sans-serif;
  --font-dm-sans: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-inter: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-archivo: "Archivo Narrow", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-pt-serif: "PT Serif", "Times New Roman", serif;
  --font-caveat: "Caveat", "Georgia", serif;
  --font-fraunces: "Fraunces", "Georgia", serif;
}

.font-anton { font-family: var(--font-anton); }
.font-ubuntu { font-family: var(--font-ubuntu); }
.font-quotation { font-family: var(--font-quotation); }
.font-edo { font-family: var(--font-edo); }
.font-league { font-family: var(--font-league); }
.font-dm-sans { font-family: var(--font-dm-sans); }
.font-inter { font-family: var(--font-inter); }
.font-archivo { font-family: var(--font-archivo); }
.font-pt-serif { font-family: var(--font-pt-serif); }
.font-caveat { font-family: var(--font-caveat); }
.font-fraunces { font-family: var(--font-fraunces); }
.font-helvetica { font-family: var(--font-helvetica); }

.h1-anton,
.h2-anton,
.h3-anton,
.h4-anton,
.h5-anton,
.h6-anton {
  font-family: var(--font-anton);
}

@supports (background: -webkit-named-image(i)) {
  .vd-logo text {
    font-weight: 100 !important;
  }
}
