@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");

@font-face {
  font-display: swap;
  font-family: MarrSans;
  font-weight: 400;
  font-style: normal;
  src: local("Source Sans 3"), local("Helvetica Neue"), local("Arial");
}

@font-face {
  font-display: swap;
  font-family: MarrSans;
  font-weight: 600;
  font-style: normal;
  src: local("Source Sans 3 SemiBold"), local("Source Sans 3"), local("Helvetica Neue Bold"), local("Arial");
}

@font-face {
  font-display: swap;
  font-family: MarrSansCondensed;
  font-weight: 600;
  font-style: normal;
  src: local("Barlow Condensed SemiBold"), local("Barlow Condensed"), local("Arial Narrow");
}

@font-face {
  font-display: swap;
  font-family: "The Antiqua B";
  font-weight: 500;
  font-style: normal;
  src: local("Source Serif 4 Medium"), local("Source Serif 4"), local("Georgia");
}

@font-face {
  font-display: swap;
  font-family: "The Antiqua B";
  font-weight: 500;
  font-style: italic;
  src: local("Source Serif 4 Medium Italic"), local("Source Serif 4 Italic"), local("Georgia Italic");
}

@font-face {
  font-display: swap;
  font-family: "D-DIN Condensed";
  font-weight: 700;
  font-style: normal;
  src: local("Barlow Condensed Bold"), local("Barlow Condensed"), local("Arial Narrow");
}

:root {
  --font-antiqua-b: "Source Serif 4", "The Antiqua B", Georgia, "Times New Roman", serif;
  --font-marr-sans: "Source Sans 3", "MarrSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-marr-sans-condensed: "Barlow Condensed", "MarrSansCondensed", "Arial Narrow", sans-serif;
}

body,
.un-article__paragraph,
.un-article__headline3,
.un-header__title,
.un-header__excerpt,
.un-steps__paragraph,
.un-instruction__item {
  font-family: var(--font-antiqua-b);
}

.un-header__topic,
.Nav__item-link,
.un-header__author,
.un-header__date,
.un-header__info-time {
  font-family: var(--font-marr-sans);
}

.Nav__item-link,
.un-header__topic {
  font-family: var(--font-marr-sans-condensed);
}
