body{

    background:var(--mboa-bg);

    color:var(--mboa-text);

    font-family:
    Inter,
    "Segoe UI",
    sans-serif;

}

h1{

    font-weight:800;

}

h2{

    font-weight:700;

}

h3{

    font-weight:700;

}

.text-muted{

    color:var(--mboa-text-light)!important;

}