/*!
 * 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;
}
.superpatch-banner-section{
    background: url('../images/superpatch-banner-bg.jpg') no-repeat 50% 50%/cover;
}
.superpatch-featured-card{
  background: url('../images/superpatch-featured-bg.jpg') no-repeat 50% 50%/cover;
}
.superpatch-secret-card{
  background: url('../images/superpatch-footer-banner.jpg') no-repeat 50% 50%/cover;
}