.background-white{
    background-color: var(--white-color);
}

.header-font-color {
    color: #313130 !important;
}

.font-white{
    color: var(--white-color)
}

.primary-rounded-button {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 17px 28px;
    border-radius: 32px;
    font-size: 16px;
    line-height: 16px;
}


/* Font Utilities */
.font-200 {
    font-weight: 200;
}
.font-400 {
    font-weight: 400;
}
.font-600 {
    font-weight: 600;
}
.font-500 {
    font-weight: 500;
}
.font-700 {
    font-weight: 700;
}

.letter-spacing-0-5{
    letter-spacing: 0.5
}
.letter-spacing-1 {
    letter-spacing: 1
}
.letter-spacing-1-5{
    letter-spacing: 1.5
}

.font-16{
    font-size: 18px;
}
.font-18{
    font-size: 18px;
}
.font-24{
    font-size: 24px;
}

.line-height-27{
    line-height:27px;
}
.line-height-60{
    line-height:60px;
}
