/* src/fonts.scss */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url("./media/montserrat-v25-latin-100-UHIBIDZ4.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url("./media/montserrat-v25-latin-200-NSRI74X6.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("./media/montserrat-v25-latin-300-M2YM2BQ4.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("./media/montserrat-v25-latin-regular-HEP73WYD.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("./media/montserrat-v25-latin-500-GSXHD3KS.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("./media/montserrat-v25-latin-600-JSUMEPRQ.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("./media/montserrat-v25-latin-700-3VLUE2KU.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("./media/montserrat-v25-latin-800-E5YIOI45.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("./media/montserrat-v25-latin-900-OHHKZBJV.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Overpass";
  font-style: normal;
  font-weight: 100;
  src: url("./media/overpass-v13-latin-100-7H57N2W4.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Overpass";
  font-style: normal;
  font-weight: 200;
  src: url("./media/overpass-v13-latin-200-MKKXNLZT.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Overpass";
  font-style: normal;
  font-weight: 300;
  src: url("./media/overpass-v13-latin-300-Z3DUN6DK.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Overpass";
  font-style: normal;
  font-weight: 400;
  src: url("./media/overpass-v13-latin-regular-ZK77XNQQ.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Overpass";
  font-style: normal;
  font-weight: 500;
  src: url("./media/overpass-v13-latin-500-5JQXFN7P.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Overpass";
  font-style: normal;
  font-weight: 600;
  src: url("./media/overpass-v13-latin-600-43COUMYV.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Overpass";
  font-style: normal;
  font-weight: 700;
  src: url("./media/overpass-v13-latin-700-EGTGNMPW.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Overpass";
  font-style: normal;
  font-weight: 800;
  src: url("./media/overpass-v13-latin-800-MNY6LLUS.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Overpass";
  font-style: normal;
  font-weight: 900;
  src: url("./media/overpass-v13-latin-900-DS3PFZN2.woff2") format("woff2");
}

/* src/styles.scss */
* {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #d9534f;
}
::-webkit-scrollbar-track {
  background-color: #fffcf3;
  border: 1px solid transparent;
}
html {
  font-size: 16px;
}
@media (width <= 768px) {
  html {
    font-size: 14px;
  }
}
@media (width <= 375px) {
  html {
    font-size: 12px;
  }
}
button {
  cursor: pointer;
  border: unset;
  background-color: unset;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  background-color: #fffcf3;
  margin: 0 auto;
  padding: 0;
  color: #1b1819;
  background-image: radial-gradient(#f0dbc7 1px, transparent 2px);
  background-size: 5rem 5rem;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(
      circle at var(--mouse-x) var(--mouse-y),
      #fffcf3 1rem,
      rgba(0, 0, 0, 0) var(--radius),
      rgba(0, 0, 0, 0) calc(var(--radius) + 1px),
      rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

/* src/variables.scss */

/* angular:styles/global:styles */
