:root {
    --ral-6001: #006B3D;
}


body {
    font-family: 'Roboto', sans-serif; /* Add Roboto or another font from Google Fonts if you like */
    background-color: #3F6B3E;
    height: 100vh;
}

/* Make sure the image path is correct */
/*.logo-svg {*/
/*    !*width: 40%; !* Adjust size as needed *!*!*/
/*    !*height: auto;*!*/
/*}*/

.bg-ral-6001 {
    background-color: var(--ral-6001);
}

.text-ral-6001 {
    color: var(--ral-6001);
}

.border-ral-6001 {
    border-color: var(--ral-6001);
}

.ring-ral-6001:focus {
    --tw-ring-color: var(--ral-6001);
}
