@font-face {
  font-family: 'GT America Mono';
  src: url('fonts/GT-America-Mono-Regular.woff');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'GT America';
  src: url('fonts/GT-America-Standard-Regular.woff');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'GT America';
  src: url('fonts/GT-America-Standard-Medium.woff');
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Monarch';
  src: url('fonts/Monarch.woff');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  font-weight: 400;
}

img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

a {
  color: currentColor;
}

h1,
h2,
h3,
h4 {
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #d6a38f;
  color: #332424;
  font-family: 'GT America', sans-serif;
}

.at__header {
  min-height: 100vh;
}

.at-aside {
  margin-bottom: 24rem;
}

.at-aside__title {
  font-size: 4rem;
  letter-spacing: 0.5px;
  line-height: 1;
  text-align: center;
  margin-bottom: 3.4rem;
  font-family: Monarch, serif;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .at-aside__title {
    font-size: 8.8rem;
    margin-bottom: 8rem;
    letter-spacing: 0;
  }
}

.at__footer {
  background-color: #8b7258;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6.4rem 0;
  position: relative;
}

@media (min-width: 640px) {
  .at__footer {
    padding-bottom: 0;
  }
}