html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;

    --accent-color: #ffd400;
    --def-color: #000000;
    --back-color: #ffffff;
    --shush-color: #b7b7b7;
    --accent-font-family: MissKatherineCyrillicScript;

    font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--def-color);
}

p, li, nav {
  font-size: 18px;
  line-height:28px;
}

a {
  color: var(--def-color);
}

.accent-font {
    font-family: MissKatherineCyrillicScript;
}


.regular-font-normal {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.regular-font-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: bold;
}

h1 {
		font-size: 48px;
		letter-spacing: 4.8px;
		text-transform: uppercase;
		font-weight: 200;
        word-wrap: break-word;
	}

h2 {
  color: var(--accent-color);
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  line-height: 46px;
  font-weight: 400;
}

.logo {
		font-family: var(--accent-font-family);
		font-size: 94px;
		color: var(--def-color);
		line-height: 74px;
	}

.logo a {
  text-decoration: none;
}

.logo a:hover {
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}