/* apps/sp-client/src/styles.scss */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 300;
  src: url(/assets/fonts/poppins/poppins-300.woff2) format("woff2"), url(/assets/fonts/poppins/poppins-300.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  src: url(/assets/fonts/poppins/poppins-400.woff2) format("woff2"), url(/assets/fonts/poppins/poppins-400.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-optical-sizing: auto;
  font-weight: 400;
  src: url(/assets/fonts/poppins/poppins-italic.woff2) format("woff2"), url(/assets/fonts/poppins/poppins-italic.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  src: url(/assets/fonts/poppins/poppins-500.woff2) format("woff2"), url(/assets/fonts/poppins/poppins-500.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 600;
  src: url(/assets/fonts/poppins/poppins-600.woff2) format("woff2"), url(/assets/fonts/poppins/poppins-600.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  src: url(/assets/fonts/poppins/poppins-700.woff2) format("woff2"), url(/assets/fonts/poppins/poppins-700.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Playfair Display";
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 600;
  src: url(/assets/fonts/playfair-display/playfair-display-600.woff2) format("woff2"), url(/assets/fonts/playfair-display/playfair-display-600.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 300;
  src: url(/assets/fonts/roboto/roboto-300.woff2) format("woff2"), url(/assets/fonts/roboto/roboto-300.ttf) format("truetype");
}
.masked-text {
  filter: blur(4px) grayscale(100%);
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.5;
}
html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  scroll-behavior: auto;
}
html {
  font-size: 16px;
}
textarea {
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
}
body {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
  user-select: text;
  font-weight: 400;
  font-size: 1rem;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.6;
  background-color: #fbf7ee;
  padding-top: env(safe-area-inset-top, 16px);
  padding-bottom: env(safe-area-inset-bottom, 16px);
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  color: #184043;
}
h3 {
  margin: 1rem 0;
}
p {
  color: #184043;
}

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