@import url("./vars-colors-font.css");

html {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    /* font-family: "Securitas Regular", sans-serif; */
    --bs-body-font-family: "Securitas-regular", sans-serif;
}

.crm-bg-primary {
    background-color: var(--color__blue--800);
}

.crm-bg-red,
.crm-bg-red:hover,
.crm-bg-red:active {
    color: var(--color__white) !important;
    background-color: var(--color__red--600) !important;
}

.crm-col-img {
    background-image: url("../img/crm2021.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
