/*
 * █████       █████   ███   █████ ██████████
 *░░███       ░░███   ░███  ░░███ ░░███░░░░███
 * ░███        ░███   ░███   ░███  ░███   ░░███
 * ░███        ░███   ░███   ░███  ░███    ░███
 * ░███        ░░███  █████  ███   ░███    ░███
 * ░███      █  ░░░█████░█████░    ░███    ███
 * ███████████    ░░███ ░░███      ██████████
 *░░░░░░░░░░░      ░░░   ░░░      ░░░░░░░░░░
 *           Lime Web Development
 *         lwd.rocks || hello@lwd.rocks
 */


body {
    background-color: #141414;
    color: #fff;
    font-weight: 700;
}


a {
    color: #00f320;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.card-body {
    background-color: #202224;
    color: #fff;
}

.bg-dark {
    background-color: #141414;
}

.text-muted {
    color: #fff !important;
}

.sixtyfour-convergence {
    color: #00f320;
    font-family: "Sixtyfour", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "BLED" 0,
    "SCAN" 0,
    "XELA" 0,
    "YELA" 0;
}

.btn-primary {
    font-family: "Sixtyfour", sans-serif;
    background-color: #00f320;
    border-color: #00f320;
    color: #141414;
    font-weight: bold;
}
