@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";

/* apps/frontend/src/styles/styles.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video,
input,
button,
textarea {
  background: unset;
  border: unset;
  color: unset;
  padding: unset;
  margin: unset;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: inherit;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
footer,
header,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
input {
  border-radius: 0;
  appearance: none;
}
button {
  text-align: left;
  outline: none;
}
button:focus-visible {
  position: relative;
  outline: none;
}
button:focus-visible::after {
  content: "";
  position: absolute;
  inset: -2px;
  border: 2px solid #0078ff;
  pointer-events: none;
  border-radius: 6px;
}
body {
  color: #0f172a;
  font-family: Inter, sans-serif;
}
h1,
.f-h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.03em;
}
h2,
.f-h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.03em;
}
h3,
.f-h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.03em;
}
h4,
.f-h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.03em;
}
h5,
.f-h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.03em;
}
h6,
.f-h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.025em;
}
.f-h7 {
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.025em;
}
.f-paragraph-semibold-1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: -0.03em;
}
.f-paragraph-medium-1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -0.03em;
}
.f-paragraph-regular-1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.03em;
}
.f-paragraph-semibold-2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: -0.025em;
}
.f-paragraph-medium-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: -0.025em;
}
.f-paragraph-regular-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.025em;
}
.f-paragraph-semibold-3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 155%;
  letter-spacing: -0.025em;
}
.f-paragraph-medium-3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: -0.025em;
}
.f-paragraph-regular-3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: -0.025em;
}
.f-paragraph-semibold-4 {
  font-size: 13px;
  font-weight: 600;
  line-height: 155%;
  letter-spacing: -0.025em;
}
.f-paragraph-medium-4 {
  font-size: 13px;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: -0.025em;
}
.f-paragraph-regular-4 {
  font-size: 13px;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: -0.025em;
}
.f-medium-1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: -0.025em;
}
.f-regular-1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.025em;
}
.f-semibold-2 {
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.025em;
}
.f-medium-2 {
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.025em;
}
.f-regular-2,
body {
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.025em;
}
.f-semibold-3 {
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.025em;
}
.f-medium-3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.025em;
}
.f-regular-3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.025em;
}
.f-semibold-4 {
  font-size: 11px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.02em;
}
.f-medium-4 {
  font-size: 11px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.02em;
}
.f-regular-4 {
  font-size: 11px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.02em;
}
.f-medium-5 {
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.02em;
}
.f-regular-5 {
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}
.f-link-1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.025em;
}
.f-link-2 {
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.025em;
}
.f-link-3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.025em;
}
.f-link-4 {
  font-size: 11px;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: -0.025em;
}
.f-link,
.f-link-1,
.f-link-2,
.f-link-3,
.f-link-4 {
  text-decoration: none;
  text-underline-position: from-font;
  cursor: pointer;
}
.f-link:hover,
.f-link-1:hover,
.f-link-2:hover,
.f-link-3:hover,
.f-link-4:hover {
  text-decoration: underline;
}
.f-label-1 {
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.025em;
}
.f-label-2 {
  font-size: 11px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.025em;
}
.f-label-3 {
  font-size: 9px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.02em;
}
.f-italic {
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.025em;
}
.f-highlight {
  color: #0078ff;
}
.f-gray {
  color: #64748b;
}
.f-red {
  color: #ef4444;
}
.cdk-overlay-container {
  position: fixed;
  inset: 0;
  z-index: 3000;
  pointer-events: none;
}
.cdk-overlay-container .cdk-global-overlay-wrapper {
  position: absolute;
  display: flex;
  pointer-events: none;
}
.cdk-overlay-container .cdk-global-overlay-wrapper:has(onyx-toaster) {
  z-index: 5000;
}
.cdk-overlay-container .cdk-overlay-connected-position-bounding-box {
  min-width: 1px;
  min-height: 1px;
  position: absolute;
  z-index: 4000;
  display: flex;
  flex-direction: column;
}
.cdk-overlay-container .cdk-overlay-pane {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: flex;
  pointer-events: auto;
}
.cdk-global-scrollblock,
body:has(onyx-map.maximized) {
  overflow-y: hidden;
}
body {
  min-height: 100vh;
  background: #cbd5e1;
  overflow: auto;
}
body::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  background-clip: content-box;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #94a3b8;
}
body::-webkit-scrollbar-thumb:active {
  background-color: #64748b;
}
body::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
body::-webkit-scrollbar-thumb {
  border: 6px solid transparent;
  border-radius: 8px;
}
body::-webkit-scrollbar-track {
  background-color: transparent;
}
body.auth {
  background: #fff;
}
body.auth.documents,
body.auth.success,
body.auth.join-success {
  background: #f1f5f9;
}
body:not(.auth) onyx-toaster {
  transform: translate(48px, -8px);
}
.o-printable {
  display: none;
  visibility: hidden;
}
@media print {
  @page {
    size: 595px 842px;
    margin: 0;
  }
  body {
    position: relative;
    visibility: hidden;
    background: #fff;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .o-printable {
    width: 100%;
    position: fixed;
    inset: 0;
    display: block;
    visibility: visible;
  }
}

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