@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/roboto-latin-400.woff2") format("woff2");
}

:root {
  color-scheme: light;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  background: #fff;
}

body {
  margin: 0;
  min-width: 20rem;
  background: #fff;
  color: #636268;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42;
}

.container {
  width: 100%;
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

article {
  padding: 20px 0 60px;
}

h1 {
  margin: 20px 0 10px;
  color: #d6492d;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

p {
  margin: 0 0 10px;
}

a {
  color: #212222;
  font-size: inherit;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #d6492d;
}

a:focus-visible {
  border-radius: 2px;
  outline: 2px solid #d6492d;
  outline-offset: 2px;
}

nav {
  color: #212222;
}

nav span {
  margin: 0 2px;
}
