:root {
    --main-red: #ec6338;
    --main-red-dark: #cf291b;
    --main-red-light: #f32;
    --main-pink: rgba(195, 7, 7, 0.30196);
    --main-regular-grey: #707070;
    --main-middle-grey: #acacac;
    --main-light-grey: #d1d1d1;
    --white: #fff;
    --main-white: #f4f4f4;
    --main-black: #434343;
    --main-yellow: #ecd038;
    --main-green: #279c38;
    --main-green-dark: #147c23;
    --main-green-darkest: #13332b;
    --main-blue: #38c1ec;
    --rz-text-font-family: "PT Sans", Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
    --rz-sidebar-width: 300px !important;
}

:root {
    --bs-primary: var(--main-green);
}

body {
    background: #EFFCEE !important;
}

@font-face {
    font-family: "PT Sans";
    src: url('/fonts/PTSans-Regular.ttf');
}

@font-face {
    font-family: "Twentytwelve Sans C";
    src: url('/fonts/Twentytwelve_Sans_C.otf');
}

@font-face {
    font-family: "Prociono2";
    src: url('/fonts/Prociono-Regular.ttf');
}

.twentytwelve-title {
    font-family: "Twentytwelve Sans C", sans-serif;
    font-size: 48px;
    margin: 0;
    width: fit-content;
    color: #1C432E;
}

.color-white {
    color: #FFFFFF;
}

.text-success {
    color: var(--main-green-dark);
}

.text-error {
    color: var(--main-red-dark);
}

.rz-sidebar-toggle {
    background-color: transparent !important;
    border: none !important;
}