:root {
    --header-height-front: 83px;
    --header-height-admin: auto;
    --footer-height: 150px;
    --main-height-front: calc(100vh - var(--header-height-front) - var(--footer-height));
    --main-height-admin: calc(100vh - var(--header-height-front) - var(--footer-height));
    --main-height-unfootered-admin: calc(100vh - var(--header-height-front));

    --turquoise: rgb(14, 85, 85);
    --main-grey: var(--bs-gray-100);

    --font-color: var(--bs-gray-800);

    --main-color: black;
    --main-font-family: Gotham;
    --success-color: rgba(25,135,84,1);
    --danger-color: #dc3545;
}