﻿body {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-extrabold {
    font-weight: 800 !important;
}

.text-white {
    color: #FFF;
}

.text-green {
    color: #00A84F;
}

.text-green-dark {
    color: #003E30;
}

.bg-green {
    background-color: #00A84F;
}

.bg-green-light {
    background-color: #EBF4EC;
}

.bg-yellow {
    background-color: #FFD600;
}

.text-muted {
    color: #003E30 !important;
}

.rounded-40 {
    border-radius: 40px;
}

.fs-1-3 {
    font-size: 1.3rem;
}

.fs-2 {
    font-size: 2rem;
}

.fs-2-5 {
    font-size: 2.5rem;
}

.fs-3 {
    font-size: 3rem;
}