﻿.text-0{
    font-size: 0.75rem;
    font-weight: 400;
}

.text-0-dark {
    font-size: 0.75rem;
    font-weight: 500;
}

.text-1 {
    font-size: 1rem;
    font-weight: 400;
}

.text-1-dark{
    font-size: 1rem;
    font-weight: 500;
}

.text-2-light {
    font-size: 1.25rem !important;
    font-weight: 300 !important;
}

.text-2 {
    font-size: 1.25rem;
    font-weight: 400;
}

.text-2-dark {
    font-size: 1.25rem;
    font-weight: 500;
}

.text-danger {
    color: #E74C3C;
}

.heading-0 {
    font-size: 0.8rem;
    font-weight: 500;
}

.heading-0-dark {
    font-size: 0.8rem;
    font-weight: 600;
}


.heading-1-lighter {
    font-size: 1.25rem;
    font-weight: 300;
}

.heading-1-light {
    font-size: 1.25rem;
    font-weight: 400;
}

.heading-1 {
    font-size: 1.25rem;
    font-weight: 500;
}

.heading-1-dark {
    font-size: 1.25rem;
    font-weight: 600;
}

.heading-2-light {
    font-size: 1.5rem;
    font-weight: 400;
}

.heading-2 {
    font-size: 1.5rem;
    font-weight: 600;
}

.heading-2-dark {
    font-size: 1.5rem;
    font-weight: 700;
}

.text-disable {
    color: #a0aec0 !important;
}

.btn-text{
    font-size: 1rem !important;
    font-weight: 400 !important;
}