@import url("https://fonts.googleapis.com/css2?family=Oranienbaum&display=swap");
@font-face {
  font-family: "Akkurat LL Cyr";
  src: url("../fonts/AkkuratLLCyr-Regular.woff2") format("woff2"), url("../fonts/AkkuratLLCyr-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4 {
  margin: 0;
  text-align: center;
}

h1, h2 {
  font-family: "Oranienbaum", serif;
}

h2 {
  font-size: 26px;
}

h4 {
  font-family: "Akkurat LL Cyr";
  font-size: 14px;
  text-transform: uppercase;
}

body, html {
  margin: 0;
  padding: 0;
  background-color: #FEFAE1;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 64px 32px;
}
.wrapper.green {
  background-color: #606C3B;
}
.wrapper.green .heading h4 {
  color: #BAC793;
}
.wrapper.green .heading h2 {
  color: #FEFAE1;
}
.wrapper .heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.wrapper .heading h4 {
  color: #606C3B;
}
.wrapper .heading h2 {
  color: #030303;
}

button, .button {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  border-radius: 10px;
  border: none;
  padding: 10px 18px;
  width: fit-content;
  text-decoration: none;
  transition: 0.3s;
}
button span, .button span {
  text-transform: uppercase;
  font-size: 14px;
}
button svg, .button svg {
  width: 10px;
  height: 10px;
}
button.green, .button.green {
  background-color: #606C3B;
  color: #FEFAE1;
}
button.green:hover, .button.green:hover {
  gap: 14px;
  padding-right: 14px;
  background-color: #74814b;
}
button.gray, .button.gray {
  background-color: #FEFAE1;
  color: #606C3B;
}
button.gray:hover, .button.gray:hover {
  gap: 14px;
  padding-right: 14px;
  background-color: #fcf8e1;
}

.timer {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.timer .time {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.timer .time h1 {
  color: #FEFAE1;
  font-size: 58px;
  line-height: 50px;
}
.timer .time h4 {
  color: #BAC793;
}

/*# sourceMappingURL=app.css.map */
