.container {
  overflow: hidden;
  max-width: 1500px;
  min-height: 900px;
  margin: 0 auto;
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.page-option {
  gap: 30px;
  width: 100%;
  min-height: 900px;
  background-image: url("./page-options-dqaNbQr-.webp");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.title {
  font-family: "Pacifico-Regular";
  font-style: normal;
  color: #0c2d48;
  font-size: 42px;
  line-height: 42px;
  font-weight: 400;
  margin: 0;
}
@media (width <= 940px) {
  .title {
    font-family: "Pacifico-Regular";
    font-style: normal;
    color: #0c2d48;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
  }
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.container-to-do {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 60px 60px 60px 60px 60px;
  gap: 10px;
  width: 720px;
}
@media (width <= 940px) {
  .container-to-do {
    gap: 5px;
    width: 620px;
  }
}.start-button {
  grid-column: 1/span 2;
  grid-row: 6;
  width: 100%;
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.button {
  cursor: pointer;
  max-width: 720px;
  height: 60px;
  margin: 0;
  border: 0;
  border-radius: 15px;
  background-color: #9abddc;
  transition: ease-in-out 0.5s;
  font-family: "Caveat";
  font-style: normal;
  color: #0c2d48;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
}
@media (hover: hover) {
  .button:hover {
    transform: scale(1.03) translateY(1px);
  }
}
@media (width <= 940px) {
  .button {
    height: 55px;
    font-family: "Caveat";
    font-style: normal;
    color: #0c2d48;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
  }
}

.button:disabled {
  cursor: auto;
  background-color: #d3d3d3;
}
@media (hover: hover) {
  .button:disabled:hover {
    transform: scale(1) translateY(0);
  }
}.save-button {
  grid-column: 1;
  grid-row: 5;
}.load-button {
  grid-column: 2;
  grid-row: 5;
}.paste-list-button {
  grid-column: 1/span 2;
  grid-row: 3;
  width: 100%;
}.clear-list-button {
  grid-column: 1/span 2;
  grid-row: 4;
  width: 100%;
}.add-option-button {
  grid-column: 1/span 2;
  grid-row: 2;
  width: 100%;
}.inputs-table {
  display: flex;
  grid-column: 1/span 2;
  grid-row: 1;
  flex-flow: column wrap;
  gap: 10px;
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.input-component {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 65px;
  border-radius: 15px;
  background-color: #9abddc;
}
@media (width <= 940px) {
  .input-component {
    height: 55px;
    font-family: "Caveat";
    font-style: normal;
    color: #0c2d48;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
  }
}

.delete-button {
  max-width: 72px;
  height: 50px;
  padding-right: 8px;
  border: 1px solid #0c2d48;
  border-radius: 8px;
  font-family: "Caveat";
  font-style: normal;
  color: #0c2d48;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
}
@media (width <= 940px) {
  .delete-button {
    height: 38px;
    font-family: "Caveat";
    font-style: normal;
    color: #0c2d48;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
  }
}

.title-input {
  width: 320px;
}
@media (width <= 940px) {
  .title-input {
    width: 220px;
  }
}

.weight-input {
  width: 110px;
}
@media (width <= 940px) {
  .weight-input {
    width: 90px;
  }
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.number {
  font-family: "Caveat";
  font-style: normal;
  color: #0c2d48;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  margin: 0;
}
@media (width <= 940px) {
  .number {
    font-family: "Caveat";
    font-style: normal;
    color: #0c2d48;
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
  }
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.input {
  height: 45px;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
  border: 1px solid #dde2e5;
  border-radius: 8px;
  transition: ease-in-out 0.5s;
  font-family: "Caveat";
  font-style: normal;
  color: #0c2d48;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
}
@media (width <= 940px) {
  .input {
    height: 38px;
    font-family: "Caveat";
    font-style: normal;
    color: #0c2d48;
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
  }
}

.input::placeholder {
  color: #dde2e5;
}

.input:focus {
  border-color: #16437e;
  outline: none;
}

.input:focus::placeholder {
  color: #0c2d48;
}

.input:disabled::placeholder {
  color: #fff;
}

.input:disabled {
  background-color: #b2beb5;
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.no-scroll {
  overflow: hidden;
}

.modal {
  position: fixed;
  z-index: 70;
  width: 100vw;
  height: 100vh;
  margin-top: -100px;
  background-color: rgba(41, 41, 41, 0.6);
}
.modal__window {
  position: fixed;
  z-index: 1000;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -80%);
  flex-direction: column;
  gap: 10px;
  width: 600px;
  height: 200px;
  text-align: center;
  white-space: pre-line;
  background-color: #f5f5dc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "IndieFlower";
  font-style: normal;
  color: #0c2d48;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
}
.modal__window_button {
  border: 2px solid #dde2e5;
  border-radius: 16px;
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.no-scroll {
  overflow: hidden;
}

.modal-csv {
  position: fixed;
  z-index: 1000;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -80%);
  flex-direction: column;
  gap: 10px;
  width: 710px;
  height: 400px;
  padding: 20px 10px;
  text-align: center;
  white-space: pre-line;
  background-color: #f5f5dc;
}

.modal-csv-button {
  width: 250px;
  height: 65px;
  margin: 30px 40px 0;
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.modal-csv-textarea {
  resize: none;
  border: 1px solid #dde2e5;
  font-family: "Inconsolata";
  font-style: normal;
  color: #0c2d48;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}

.modal-csv-textarea::placeholder {
  color: #dde2e5;
}

.modal-csv-textarea:focus {
  border-color: #16437e;
  outline: none;
}

.modal-csv-textarea:focus::placeholder {
  color: #0c2d48;
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.picker-page {
  gap: 20px;
  width: 100%;
  min-height: 900px;
  background-image: url("./page-picker-PDI-u50t.webp");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.text-picker {
  font-family: "IndieFlower";
  font-style: normal;
  color: #0c2d48;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  width: 420px;
  height: 52px;
  margin: 0;
  padding: 10px 40px;
  border: 1px solid #0c2d48;
  text-align: center;
  text-transform: uppercase;
}

.win {
  box-shadow: 1px 12px 50px 10px #42445a;
  font-family: "IndieFlower";
  font-style: normal;
  color: #0c2d48;
  font-size: 38px;
  line-height: 38px;
  font-weight: 500;
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.instruments-container {
  position: relative;
  display: grid;
  grid-auto-rows: 50px 50px;
  grid-template-columns: 50px 50px 50px 50px;
  gap: 10px;
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.instruments-back-button {
  grid-column: 1;
  grid-row: 1;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.instruments-sound-button {
  grid-column: 2;
  grid-row: 1;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.instruments-sound-button-off {
  display: none;
}

.instruments-sound-button-on {
  display: block;
}

.sound-off .instruments-sound-button-off {
  display: block;
}

.sound-off .instruments-sound-button-on {
  display: none;
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.instruments-play-button {
  grid-column: 1/span 4;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.timer {
  display: flex;
  grid-column: 3;
  grid-row: 1;
  align-items: center;
  justify-content: space-around;
  width: 100px;
  height: 50px;
  border-radius: 15px;
  background-color: #9abddc;
  transition: ease-in-out 0.5s;
}

.timer[disabled=disabled] {
  background-color: #d3d3d3;
}

.input-timer {
  max-width: 50px;
  font-family: "Caveat";
  font-style: normal;
  color: #0c2d48;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 73%;
  transform: translateX(-50%);
  display: none;
  width: 340px;
  padding: 10px;
  border-radius: 15px;
  text-align: center;
  background-color: #848884;
  font-family: "Caveat";
  font-style: normal;
  color: #0c2d48;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
}

.tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #848884;
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.wheel {
  position: relative;
  width: 512px;
  height: 512px;
}

.small-wheel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  border: 1px solid #9abddc;
  border-radius: 50%;
  background-color: #9abddc;
}

.text {
  font-family: "Caveat";
  font-style: normal;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
}@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("fonts/Pacifico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("fonts/IndieFlower-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("fonts/Caveat.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("fonts/Inconsolata-VariableFont_wdth,wght.ttf") format("truetype");
}
.not-found-page {
  gap: 30px;
  width: 100%;
  min-height: 900px;
  background-image: url("./page-not-found-mznZgaRP.webp");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}.back-button {
  padding: 5px 150px 10px;
}/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

@font-face {
  font-family: Pacifico-Regular;
  font-style: normal;
  src: local("Pacifico-Regular"), url("./Pacifico-Regular-DqRvctb9.ttf") format("truetype");
}
@font-face {
  font-family: IndieFlower;
  font-style: normal;
  src: local("IndieFlower"), url("./IndieFlower-Regular-BeflUZG4.ttf") format("truetype");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  src: local("Caveat"), url("./Caveat-Cd5oCIlo.ttf") format("truetype");
}
@font-face {
  font-family: Inconsolata;
  font-style: normal;
  src: local("Inconsolata"), url("./Inconsolata-VariableFont_wdth_wght-C5fWE6Cm.ttf") format("truetype");
}