﻿:root {
    --rgba-background-nav: 54, 54, 54, 0.4;
    --rgb-box-shadow: 0, 0, 0;
    --hero-splash: url(/_content/VolumetricaShared/img/shared/volumetrica-hero-splash-dark.png);
    --volsys-hero-splash: url(/_content/VolumetricaShared/img/shared/volsys-hero-splash-dark.png);
    --volbook-hero-splash: url(/_content/VolumetricaShared/img/shared/volbook-hero-splash-dark.jpg);
    --volsys-splash: url(/_content/VolumetricaShared/img/shared/volsys-splash-dark.png);
    --volbook-splash: url(/_content/VolumetricaShared/img/shared/volbook-splash-dark.jpg);
    --volsys-logo: url(/_content/VolumetricaShared/img/shared/volsys-logo-dark.svg);
    --volbook-logo: url(/_content/VolumetricaShared/img/shared/volbook-logo-dark.svg);
    --education-cover: url(/_content/VolumetricaShared/img/shared/cover-education.png);
    --course-cover: url(/_content/VolumetricaShared/img/shared/cover-course.png);
    --about-cover: url(/_content/VolumetricaShared/img/shared/cover-about-dark.png);
    --about-img-1: url(/_content/VolumetricaShared/img/shared/about-img-1-dark.png);
    --educator-background: url(/_content/VolumetricaShared/img/shared/educator-bg-dark.png);
    --check-icon: url(/_content/VolumetricaShared/icons/check-dark.svg);
    --gradient-card: linear-gradient(180deg, rgba(113, 113, 113, 0.29) 62.88%, rgba(16, 16, 16, 0.60) 101.84%);
    --hero-thumbnail-img: url(/_content/VolumetricaShared/img/shared/image84-dark.png);
    --placeholder-img: url(/_content/VolumetricaShared/img/shared/image89-dark.png);
    --company-logo: url(/_content/VolumetricaShared/img/vendor/volumetrica/logoLight.png);
}

:root[data-theme='light'] {
    --rgb-box-shadow: 255, 255, 255;
    --rgba-background-nav: 206, 206, 206, 1;
    --hero-splash: url(/_content/VolumetricaShared/img/shared/volumetrica-hero-splash-light.png);
    --volsys-hero-splash: url(/_content/VolumetricaShared/img/shared/volsys-hero-splash-light.png);
    --volbook-hero-splash: url(/_content/VolumetricaShared/img/shared/volbook-hero-splash-light.png);
    --volsys-splash: url(/_content/VolumetricaShared/img/shared/volsys-splash-light.png);
    --volbook-splash: url(/_content/VolumetricaShared/img/shared/volbook-splash-light.jpg);
    --volsys-logo: url(/_content/VolumetricaShared/img/shared/volsys-logo-light.svg);
    --volbook-logo: url(/_content/VolumetricaShared/img/shared/volbook-logo-light.svg);
    --education-cover: url(/_content/VolumetricaShared/img/shared/cover-education.png);
    --course-cover: url(/_content/VolumetricaShared/img/shared/cover-course.png);
    --about-cover: url(/_content/VolumetricaShared/img/shared/cover-about-light.png);
    --about-img-1: url(/_content/VolumetricaShared/img/shared/about-img-1-light.png);
    --educator-background: url(/_content/VolumetricaShared/img/shared/educator-bg-light.png);
    --check-icon: url(/_content/VolumetricaShared/icons/check-light.svg);
    --gradient-card: linear-gradient(180deg, rgba(172, 172, 172, 0.29) 62.88%, rgba(248, 248, 248, 0.60) 101.84%);
    --hero-thumbnail-img: url(/_content/VolumetricaShared/img/shared/image84-light.png);
    --placeholder-img: url(/_content/VolumetricaShared/img/shared/image89-light.png);
    --company-logo: url(/_content/VolumetricaShared/img/vendor/volumetrica/logoDark.png);
}
