/* Clube S theme. */
:root {
    --theme-color:        #272422;
    --theme-background:   #f5f4f2;
    --c-primary:          #272422;
    --c-primary-rgb:      39, 36, 34;
    --c-primary-hover:    #1d1a18;
    --c-primary-light:    #eceae6;
    --c-primary-soft:     rgba(var(--c-primary-rgb), 0.10);
    --c-accent:           #9da09a;
    --c-accent-rgb:       157, 160, 154;
    --c-dark:             #1d1a18;
    --c-dark-rgb:         29, 26, 24;
    --c-page-bg:          #f5f4f2;
    --footer-bg:          #ebe8e2;
    --footer-bg-2:        #f7f6f3;
}

.theme-clubes .nav-top__logo img {
    height: 42px;
}
