:root { 
  --colorsbackgroundscontainer-1: #f6f7ff;
  --colorsbuttonprimary-disabled: #f8f8f8;
  --colorsbuttonsecondary-button-default: #7e96ff;
  --colorsbuttonsecondary-disabled: #f8f8f8;
  --colorsbuttontertiary-disabled: #f8f8f8;
  --colorsbuttontext-link: #000377;
  --colorsbuttontext-link-disabled: #f8f8f8;
  --colorselements-text-icons-etcelement-colored: #000377;
  --colorselements-text-icons-etcelement-over-dark: #f8f8f8;
  --colorselements-text-icons-etcelement-over-light: #1a1a1a;
  --colorsgradientdarknavy: #000377;
  --colorslogodark-logo-dark-color: #000377;
  --colorsneutralneutral-550: #1a1a1a;
  --colorsneutralneutral-600: #000000;
  --colorsneutralneutral-75: #f8f8f8;
  --colorsroyal-purpleroyal-purple-100: #f6f7ff;
  --colorsroyal-purpleroyal-purple-500: #7e96ff;
  --colorsroyal-purpleroyal-purple-700: #000377;
 
  --font-size-l: 18px;
  --font-size-m: 14px;
  --font-size-xl: 22px;
  --font-size-xxl: 24px;
  --font-size-xxxl: 34px;
  --font-size-xxxxl: 48px;
 
  --font-family-nib_trial-semibold: "Nib Trial-SemiBold", Helvetica;
  --font-family-work_sans: "Work Sans", Helvetica;
}
.worksans-normal-navy-blue-14px {
  color: var(--colorsbuttontext-link);
  font-family: var(--font-family-work_sans);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.nibtrial-semi-bold-navy-blue-24px {
  color: var(--colorsbuttontext-link);
  font-family: var(--font-family-nib_trial-semibold);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 600;
}

.nibtrial-semi-bold-navy-blue-22px {
  color: var(--colorsbuttontext-link);
  font-family: var(--font-family-nib_trial-semibold);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 600;
}

.nibtrial-semi-bold-desert-storm-34px {
  color: var(--colorsbuttonprimary-disabled);
  font-family: var(--font-family-nib_trial-semibold);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 600;
}

.worksans-normal-desert-storm-14px {
  color: var(--colorsbuttonprimary-disabled);
  font-family: var(--font-family-work_sans);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.worksans-normal-desert-storm-18px {
  color: var(--colorsbuttonprimary-disabled);
  font-family: var(--font-family-work_sans);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

.worksans-normal-eerie-black-14px {
  color: var(--colorselements-text-icons-etcelement-over-light);
  font-family: var(--font-family-work_sans);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.nibtrial-semi-bold-desert-storm-24px {
  color: var(--colorsbuttonprimary-disabled);
  font-family: var(--font-family-nib_trial-semibold);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 600;
}
