:root {
  --layout__bg-color: #193141;
  --alignment-card: start;
  --primary-btn__bg-color: rgb(4 158 255);
  --primary-btn__bg-color--active: #0479c2;
  --primary-btn__bg-color--hover: #0479c2;
  --primary-btn__border-radius: 9999px;
  --secondary-btn__border-radius: 9999px;
  --input__border-radius: 9999px;
  --phone-input__trigger-border-radius: 9999px;
  --screen-icon__color: rgb(4 158 255);
  --color-link: rgb(4 158 255);
  --color-link--active: #0479c2;
  --color-link--hover: #0479c2;
  --body-text__link-text-decoration: none;
  --brand-logo__height: 40px;
}
 