:root {
    --rddm-red: #ff0000;
    --rddm-blue: #0500ff;
}

html,
body {
    min-height: 100%;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-rddm-red {
    color: var(--rddm-red);
}

.bg-rddm-blue {
    color: var(--bs-white);
    background-color: var(--rddm-blue);
}
