@import "https://fonts.googleapis.com/css2?family=Life+Savers:wght@400;700;800&display=swap";

/* src/styles.scss */
* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  text-decoration: none;
  font-family: "Life Savers", cursive;
}
@font-face {
  font-display: swap;
  font-family: "Katibeh";
  font-style: normal;
  font-weight: 400;
  src: url("./media/katibeh-v21-latin-regular.woff2") format("woff2");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Katibeh", cursive;
  font-weight: 400;
  color: #333C2A;
}
h1 {
  font-size: 3rem;
  line-height: 80%;
  letter-spacing: 10%;
}
p {
  color: #333C2A;
  font-size: 11pt;
  font-weight: 600;
}
button {
  outline: none;
  border: 2px solid #FE683B;
  padding: 8px 20px;
  width: min-content;
  text-wrap: nowrap;
  cursor: pointer;
  font-family: "Life Savers";
  letter-spacing: 1px;
  font-size: 14pt;
  color: #f3e9dc;
  background: #FE683B;
}

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