/* Arena Tickets theme - brand colors from the identity dossier. */
:root {
    --theme-color:        #0292b7;
    --theme-background:   #f7fbfc;
    --c-primary:          #0292b7;
    --c-primary-rgb:      2, 146, 183;
    --c-primary-hover:    #027d9c;
    --c-primary-light:    #e4f7fb;
    --c-primary-soft:     rgba(var(--c-primary-rgb), 0.12);
    --c-primary-contrast: #ffffff;
    --c-accent:           #f9c327;
    --c-accent-rgb:       249, 195, 39;
    --c-dark:             #343738;
    --c-dark-rgb:         52, 55, 56;
    --c-text:             #343738;
    --c-text-muted:       #767a7d;
    --c-text-light:       #9da1a3;
    --c-page-bg:          #f7fbfc;
    --c-bg:               #f7fbfc;
    --c-bg-2:             #edf5f7;
    --c-border:           #dce8ec;
    --c-border-strong:    #bdd4db;
    --footer-bg:          #edf5f7;
    --footer-bg-2:        #f8fcfd;
    --footer-title:       #767a7d;
    --footer-text:        #58585b;
    --footer-muted:       #767a7d;
    --footer-link:        #343738;
    --nav-link-bg:        rgba(var(--c-primary-rgb), 0.12);
    --sh-brand:           0 12px 30px rgba(var(--c-primary-rgb), 0.22);
}

.theme-arena .nav-top__logo img {
    height: 38px;
}
