/* src/styles.scss */
@font-face {
  font-family: "Parkinsans";
  font-style: normal;
  font-weight: normal;
  src: url("./media/Parkinsans-VariableFont_wght.ttf") format("truetype");
}
.mb-2 {
  margin-bottom: 1rem;
}
.pointer {
  cursor: pointer;
}
body,
html {
  font-size: 16px;
  line-height: 1.4rem;
}
body {
  font-family:
    "Parkinsans",
    "Helvetica",
    sans-serif;
  color: #2b2b2b;
  background: rgb(223, 187, 81);
  min-height: 100vh;
  margin: 0;
}
a {
  color: #e6e6e6;
  text-decoration: none;
}
input,
textarea {
  font-size: 14px;
  line-height: 1.4rem;
  font-family:
    "Parkinsans",
    "Helvetica",
    sans-serif;
}
p {
  margin: 0;
}
.btn {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2196078431);
  border-radius: 8px;
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
}
.btn:active {
  background-color: white;
}
[data-tooltip]:hover::after {
  font-size: 0.8rem;
  display: block;
  position: absolute;
  content: attr(data-tooltip);
  border: 1px solid #456580;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1333333333);
  padding: 0.25em 0.7rem;
}
.box {
  background-color: rgba(255, 255, 255, 0.2196078431);
  border-radius: 6px;
  padding: 0.4rem 0.5rem;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
