@import url('globals.css');
@import url('debug.css');
@import url('common.css');
@import url('overrides.css');
@import url('helpers.css');
@import url('navbar.css');
@import url('loader.css');
@import url('buttons.css');
@import url('carousel.css');
@import url('footer.css');
@import url('contact.css');
@import url('club.css');
@import url('acts.css');
@import url('club.css');
@import url('floatingbutton.css');
@import url('products.css');

:root {
    --primary-color: #0a9dff;
    --secondary-color: #076993;
    --tertiary-color: #135d8f;

    --primary-color-rgb: rgb(10,157,255);

    --negative-primary-color: rgb(255, 121, 10);
    --negative-secondary-color: #e47012;
    --negative-tertiary-color: #f60;

    --body-bg-color: #eee; /* #1d1e22; */

    --nav-full-bg-color: rgba(75,75,75,.25);
    --nav-fixed-bg-color: rgba(34,34,34,.75);
    --nav-link-full-label-color: #fff;
    --nav-link-full-label-hover-color: #0a9dff;
    --nav-link-fixed-label-color: #eee;
    --nav-link-fixed-label-hover-color: #1aadff;
    --nav-link-full-label-font-size: 1rem;
    --nav-full-border-bottom-color: rgba(0,0,0,.25);
    --nav-fixed-border-bottom-color: rgba(0,0,0,.5);
    /*
    --navbar-bg-color: #e8e8e8;
    --navbar-dropdown-item-hover-color: rgba(19,93,143,.25);
    --navbar-border-color: #aaa;
    */

    --section-contact-bg-color: #ff790a;
    --section-contact-form-bg-color: #db4105;
    --section-contact-button-bg-color: #ffb703;

    --offcanvas-register-bg-color: #ff790a;

    --section-products-carousel-control-button-color: rgba(0,0,0,.3);

    --showcase-label-bg-color: #222;

    --button-label-color: #eee;

    --text-color: #eee;
    --text-color-negative: #222;
    --text-color-accent: #0a9dff;
    --text-color-accent-negative: #ff790a;

    --footer-bg-color: #14191d;
    --footer-link-color: #eee;
    --footer-link-hover-color: #aaa;
    --footer-primary-text-color: #eee;
    --footer-secondary-text-color: #bbb;
    --footer-tertiary-text-color: #567381;

    --global-font-size: 14px;
    --global-line-height: 1.25;
    --global-section-title-letter-spacing: 0.3rem;
    --global-text-indent: 1.5rem;
}
