:root {
    --alignment-card: center;
    --primary-btn__bg-color: #6396c4;
    --primary-btn__bg-color--active: #4c7395;
    --primary-btn__bg-color--hover: #4c7395;
    --primary-btn__border-radius: 0.875em;
    --secondary-btn__border-radius: 0.875em;
    --screen-icon__color: #6396c4;
    --color-link: #6396c4;
    --color-link--active: #4c7395;
    --color-link--hover: #4c7395;
    --body-text__link-text-decoration: none;
    --brand-logo__height: 50px
} 