@import "https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";

/* src/styles.scss */
:root {
  --violet-50: #f9f5ff;
  --violet-100: #f4ebff;
  --violet-200: #e9d7fe;
  --violet-300: #d6bbfb;
  --violet-400: #b692f6;
  --violet-500: #9e77ed;
  --violet-600: #7f56d9;
  --violet-700: #6941c6;
  --violet-800: #53389e;
  --violet-900: #42307d;
  --violet-950: #2c1c5f;
  --neutral-0: #ffffff;
  --neutral-50: #fafafa;
  --neutral-100: #f5f5f5;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-400: #a3a3a3;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717;
  --neutral-950: #0a0a0a;
  --red-50: #fef2f2;
  --red-100: #fee2e2;
  --red-200: #fecaca;
  --red-300: #fca5a5;
  --red-400: #f87171;
  --red-500: #ef4444;
  --red-600: #dc2626;
  --red-700: #cf2525;
  --red-800: #991b1b;
  --red-900: #7f1d1d;
  --red-950: #450a0a;
  --yellow-50: #fefce8;
  --yellow-100: #fef9c3;
  --yellow-200: #fef08a;
  --yellow-300: #fde047;
  --yellow-400: #facc15;
  --yellow-500: #eab308;
  --yellow-600: #ca8a04;
  --yellow-700: #a16207;
  --yellow-800: #854d0e;
  --yellow-900: #713f12;
  --yellow-950: #422006;
  --green-50: #f0fdf4;
  --green-100: #dcfce7;
  --green-200: #bbf7d0;
  --green-300: #86efac;
  --green-400: #4ade80;
  --green-500: #22c55e;
  --green-600: #16a34a;
  --green-700: #15803d;
  --green-800: #166534;
  --green-900: #14532d;
  --green-950: #052e16;
  --brand-primary: var(--violet-700);
  --text-primary: var(--neutral-950);
  --surface-primary: var(--neutral-0);
  --background-primary: var(--neutral-0);
  --brand-primary-200: var(--violet-200);
  --brand-primary-300: var(--violet-300);
  --brand-primary-400: var(--violet-400);
  --text-secondary: var(--neutral-600);
  --icons-primary: var(--neutral-800);
  --icons-red-600: var(--red-600);
  --brand-primary-900: var(--violet-900);
  --brand-primary-600: var(--violet-600);
  --brand-primary-50: var(--violet-50);
  --brand-primary-100: var(--violet-100);
  --icons-secondary: var(--neutral-700);
  --surface-grey-50: var(--neutral-50);
  --surface-grey-300: var(--neutral-300);
  --surface-grey-900: var(--neutral-900);
  --surface-grey-200: var(--neutral-200);
  --surface-grey-100: var(--neutral-100);
  --icons-grey-400: var(--neutral-400);
  --text-placeholder: var(--neutral-400);
  --icons-grey-500: var(--neutral-500);
  --border-primary: var(--neutral-300);
  --border-grey-200: var(--neutral-200);
  --icons-red-100: var(--red-100);
  --icons-green-600: var(--green-600);
  --icons-green-100: var(--green-100);
  --icons-grey-100: var(--neutral-100);
  --text-red: var(--red-600);
  --border-red-300: var(--red-300);
  --text-grey: var(--neutral-200);
  --background-grey: var(--neutral-100);
  --surface-badge-red: var(--red-50);
  --surface-badge-green: var(--green-50);
  --surface-badge-yellow: var(--yellow-50);
  --text-green: var(--green-700);
  --text-yellow: var(--yellow-700);
  --surface-red: var(--red-700);
  --base-brand-400: var(--violet-400);
  --base-brand-500: var(--violet-500);
  --base-brand-550: var(--violet-600);
  --base-brand-600: var(--violet-700);
  --base-brand-700: var(--violet-800);
  --base-gray-50: var(--neutral-50);
  --base-gray-200: var(--neutral-200);
  --base-gray-900: var(--neutral-900);
}
:root {
  --font-type-inter: "Inter", sans-serif;
  --font-type-urbanist: "Urbanist", sans-serif;
}
:root .title-lg {
  font-size: 64px;
  font-weight: 800;
  line-height: 80px;
}
:root .title-banner {
  font-size: 60px;
  font-weight: 600;
  line-height: 75px;
}
:root .text-banner {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
:root .title-md {
  font-size: 48px;
  font-weight: 800;
  line-height: 72px;
}
:root .title-sm {
  font-size: 40px;
  font-weight: 700;
  line-height: 64px;
}
:root .heading-lg-strong {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}
:root .heading-lg {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
:root .heading-md {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
:root .heading-sm {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
:root .default-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
:root .subtitle-lg {
  color: var(--light-content-alt);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
:root .subtitle-md {
  color: var(--light-content-alt);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
:root .subtitle-sm {
  color: var(--light-content-alt);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
:root .option {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
:root .strong-1 {
  color: var(--font-gray-900);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
:root .strong-2 {
  color: var(--font-primary-gray-900);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
:root .primary-text {
  color: var(--font-primary-gray-900);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
:root .secondary-text {
  color: var(--primary-dark-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
:root .emphasis {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
:root .button-large {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
:root .primary-link-text {
  color: var(--system-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}
:root .tag {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
:root .logo-header {
  font-size: 20px;
  font-weight: 700;
}
:root .form-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--font-black-950);
}
:root .forgot-form-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: var(--font-black-dark);
}
:root .forgot-form-body {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--font-gray-subtitle);
}
:root .form-md {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  color: var(--gray-500);
}
:root .form-input {
  font-size: 14px;
}
:root .form-text {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 21px;
  color: var(--gray-500);
}
:root .form-err {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  color: var(--secondary-red);
}
:root .body-header {
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  color: var(--font-black-950);
}
:root .feedback-text {
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  line-height: 60px;
  color: var(--primary-white);
}
:root .feedback-large {
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
  line-height: 90px;
}
:root .feedback-md {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  color: var(--primary-white);
}
:root .feedback-sm {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  color: var(--primary-white);
}
:root .component-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: var(--font-black-950);
}
:root .component-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--gray-500);
}
:root {
  --primary-purple-gradient:
    linear-gradient(
      138.93deg,
      #7f56d9 10.31%,
      #53389e 90.37%);
}
.skeleton {
  background:
    linear-gradient(
      90deg,
      var(--gray-50) 25%,
      var(--gray-200) 50%,
      var(--gray-50) 75%);
  background-size: 200% 100%;
  animation: skeletonLoading 1.5s infinite;
  border-radius: 4px;
}
.skeleton--text {
  height: 16px;
  width: 80%;
}
.skeleton--short {
  width: 40px;
}
.skeleton--icon {
  height: 24px;
  width: 24px;
  border-radius: 50%;
}
.btn-primary {
  display: inline-flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 2rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--surface-primary);
  white-space: nowrap;
  outline: none;
  background-color: var(--brand-primary);
  border: 1px solid var(--brand-primary);
  border-radius: 1rem;
  transform: translateY(0);
}
.btn-primary:disabled {
  cursor: default;
  opacity: 0.5;
}
@media (hover: hover) {
  .btn-primary {
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .btn-primary:hover:not(:disabled) {
    background-color: var(--brand-primary-600);
    border-color: var(--brand-primary-600);
    color: var(--surface-primary);
    transform: translateY(-0.1rem);
  }
}
@media (width <= 750px) {
  .btn-primary {
    padding: 1.2rem 2rem/1.5;
  }
}
.btn-neutral {
  display: inline-flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 2rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--text-secondary);
  white-space: nowrap;
  outline: none;
  background-color: var(--surface-primary);
  border: 1px solid var(--surface-grey-300);
  border-radius: 1rem;
  transform: translateY(0);
}
.btn-neutral:disabled {
  cursor: default;
  opacity: 0.5;
}
@media (hover: hover) {
  .btn-neutral {
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .btn-neutral:hover:not(:disabled) {
    background-color: var(--surface-grey-100);
    border-color: var(--surface-grey-300);
    color: var(--text-secondary);
    transform: translateY(-0.1rem);
  }
}
@media (width <= 750px) {
  .btn-neutral {
    padding: 1.2rem 2rem/1.5;
  }
}
body {
  background-color: var(--background-primary);
  color: var(--text-primary);
  font-family: var(--font-type-urbanist);
  margin: 0;
  height: 100%;
  box-sizing: border-box;
}
* {
  font-family: var(--font-type-urbanist);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  font-size: 10px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-size: 1.6rem;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: black;
}
*,
::before,
::after {
  box-sizing: border-box;
}
.spinner-white circle {
  stroke: var(--surface-primary);
}

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