:root {
    --suresoft-light-green: rgb(19, 224, 169);

    --suresoft-light-blue: rgb(75, 148, 240);
    --suresoft-less-light-blue: rgb(65, 128, 210);
    --suresoft-medium-blue: rgb(55, 98, 170);
    --suresoft-dark-blue: rgb(35, 48, 104);
    --suresoft-orange: rgb(224, 87, 43);
    --suresoft-medium-orange: rgb(200, 65, 25);
    --suresoft-dark-orange: rgb(180, 50, 5);


    --r-main-color: rgb(60, 60, 80);
    --r-heading-color: var(--r-main-color);
}

.textbox {
    background-color:rgba(255,255,255,0.8);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.85);
}

pre {
    background-color: transparent;
}

.reveal code {
    box-shadow: 1px 2px 2px 0px rgb(0, 0, 0, 0.3);
}

.hljs {
    padding: 2rem !important;
    border-radius: 4px;
}

.title-suresoft-logo {
    width: 60%;
}

.suresoft-icon {
    position: absolute;
    top: 1rem;
    left: 1rem;

    width: 128px;
    aspect-ratio: 1 / 1;
}

.nfdi4ing-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;

    width: 128px;
    aspect-ratio: 1 / 1;
}
