:root {
    --fs-background:  white;
    --fs-logo-minWidth: 25px;
    --fs-logo-verticalMargin: 0 auto 0.25rem auto;
    --fs-info-text-margin: 0 0 10px 0;
    --fs-button-color: white;
    --fs-button-backgroundColor: #00E691;
    --fs-button-hover-backgroundColor: #00E691;
    --fs-button-focus-backgroundColor: #00E691;
    --fs-button-active-backgroundColor: #00E691;
    --fs-header-color: #00E691;
    --fs-card-minWidth: 450px;
    --fs-card-maxWidth: 450px;
    --fs-card-minHeight: 200px;
    --fs-card-maxHeight: 500px;
    --fs-card-backgroundColor: #00313C;
    --fs-card-borderColor: #00E691;
    --fs-card-borderTop: 4px solid;
    --fs-input-border-bottom-color: #00E691;
}