/* projects/web/src/styles.scss */
:root {
  --screen-width-xs: 0;
  --screen-width-sm: 540px;
  --screen-width-md: 720px;
  --screen-width-lg: 960px;
  --screen-width-xl: 1140px;
  --screen-width-xxl: 1610px;
}
.global-default-max-width-page {
  max-width: 48rem;
}
@media (min-width: 720px) {
  .global-default-max-width-page {
    margin: 0 1.5rem;
  }
}
.global-page-outer-wrapper {
  height: 100%;
  max-height: 100%;
  min-height: 0;
  display: flex;
  justify-content: center;
  min-width: 0;
  width: 100%;
  overflow-y: auto;
}
.global-page-inner-wrapper {
  height: 100%;
  max-height: 100%;
  min-height: 0;
  min-width: 0;
  width: 100%;
  max-width: 48rem;
}
@media (min-width: 720px) {
  .global-page-inner-wrapper {
    margin: 0 1.5rem;
  }
}
.global-page-inner-wrapper-padding {
  height: 100%;
  max-height: 100%;
  min-height: 0;
  min-width: 0;
  width: 100%;
  max-width: 48rem;
}
@media (min-width: 720px) {
  .global-page-inner-wrapper-padding {
    padding: 0 1.5rem;
  }
}
.global-page-spacing-bottom {
  width: 100%;
  min-height: 5rem;
  max-height: 5rem;
  height: 5rem;
}

/* fonts.scss */
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-Thin-GRC6GLU6.woff2") format("woff2"), url("./media/Inter-Thin-6IMTEOBQ.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-ExtraLight-KIQGXBDU.woff2") format("woff2"), url("./media/Inter-ExtraLight-6R46MAJY.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-Light-ATRF4HMM.woff2") format("woff2"), url("./media/Inter-Light-SXECGW2C.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-Regular-3HAPEYKX.woff2") format("woff2"), url("./media/Inter-Regular-26GZEOJ5.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-Medium-2LUKZQ3F.woff2") format("woff2"), url("./media/Inter-Medium-OES2USXS.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-SemiBold-B2B3DOHK.woff2") format("woff2"), url("./media/Inter-SemiBold-5YZAPI27.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-Bold-7Y5VDTYY.woff2") format("woff2"), url("./media/Inter-Bold-4W3X7HIW.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-ExtraBold-SOFV7DDS.woff2") format("woff2"), url("./media/Inter-ExtraBold-HRZCYQJW.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-Black-VC5IYE2B.woff2") format("woff2"), url("./media/Inter-Black-6GTJJXS7.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Twemoji Country Flags";
  src: url("./media/TwemojiCountryFlags-BHAR3PD3.woff2") format("woff2");
}

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