/* Paleta CodexAeternum — https://codexaeternum.com/ */
:root {
    --button-color: #5B10AC;
    --button-special-color: white;
    --link-color: #5B10AC;
    --navbar-color: white;
    --navbar-brand-color: #32313b;
    --navbar-item-color: #5B10AC;
    --footer-color: #67D6FF;
    --bg-footer-color: #222;
    --text-color: #32313b;
    --text-special-color: white;
    --text-normal-color: #32313b;
    --text-button-color: white;
    --section-one-color: #5fa1e7;
    --section-two-color: #444774;
    --shadow-color: #292831;
    --sidebar-color: #292831;
    --card-color: #292831;
    --gral-brand-color: #000232;
    --body-background-color: #f7f5fb;
    --surface-color: #ffffff;
    --border-color: #e6e2ef;
    --navbar-height: 72px;

    /* Estados de asiento */
    --seat-free: #2e9b4f;
    --seat-taquilla: #c62828;
    --seat-camino: #f9a825;
    --seat-abono: #5B10AC;
    --seat-disabled: #9e9e9e;
}
