/*!
 * Custom CSS v0.0.1 (https://ghbsystem.com)
 * Copyright 2024-2025 GHB, Inc.
 */
.roboto-light {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.roboto-normal {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.roboto-semibold {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
#loaderOverlay {
    opacity: 0;
    transition: opacity 0.3s ease;
}
#loaderOverlay.show {
    opacity: 1;
}
.csregister-banner-section{
    background: url('../images/csregister-banner-bg.jpg') no-repeat 50% 50%/cover;
}
.csregister-featured-section{
    background: url('../images/csregister-footer-bg.jpg') no-repeat 50% 50%/cover;
}