/* src/styles.sass */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0;
}
a {
  color: inherit;
  text-decoration-skip-ink: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root {
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}
html * {
  font-family: "Outfit", sans-serif;
}
body {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1f2937;
}
h1 {
  font-family: "Outfit", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.h1 {
  font-family: "Outfit", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3.5rem;
  }
  .h1 {
    font-size: 3.5rem;
  }
}
h2 {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.h2 {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
  }
  .h2 {
    font-size: 2.25rem;
  }
}
h3 {
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h3 {
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h4 {
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
.h4 {
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
p {
  margin-bottom: 1.5em;
}
small {
  font-size: 0.875rem;
  line-height: 1.5;
}
a {
  color: #2563eb;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
header {
  width: 100vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
header .lr-menu__container {
  width: 100%;
  padding: 0;
}
body {
  background: var(--color-bg);
  color: var(--color-text);
}
:root {
  --color-bg: #0F0F12;
  --color-surface: #1C1C20;
  --color-text: #FFFFFF;
  --color-text-muted: #B3B3B3;
  --color-primary: #7B61FF;
  --color-accent: #1FA2FF;
  --color-border: #2E2E33;
}

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