/* Ricky Casino palette.
   Sampled from rickycasino.com/en-AU: near-black plum page, purple panels,
   and the amber-to-coral pair the brand uses for its call to action.

   This is the recolour file - every colour on the site resolves through one of
   these variables, so nothing else needs editing to change the scheme. */
:root {
    /* page */
    --main-bg: rgb(18,8,20);
    --main-text: rgb(255,255,255);

    /* header and footer */
    --header-bg: rgb(23,10,28);
    --header-color: rgb(226,214,232);
    --footer-bg: rgb(35,15,42);
    --footer-color: rgb(196,180,206);

    /* The two call-to-action colours, taken from the brand gradient
       (#F09819 -> #FF5858). reg-btn is the dominant accent: it also drives the
       menu pills, the navigation toggle and the Play buttons. */
    --reg-btn: rgb(240,152,25);
    --login-btn: rgb(255,88,88);
    --text-btns: rgb(18,8,20);

    /* banner caption over the hero image */
    --banner-color: rgb(255,255,255);

    /* purple panels: menu pills, FAQ items, the navigation box */
    --nav-acc-head-game-bg: rgb(58,26,68);
    --nav-acc-head-game-text: rgb(255,255,255);
    --acc-bg-body: rgb(30,13,36);
    --acc-text-body: rgb(232,224,238);

    /* tables */
    --table-color: rgb(255,255,255);
    --table-text-color: rgb(255,255,255);
    --table-even-bg: rgb(41,17,49);
    --table-odd-bg: rgb(56,24,66);
    --table-border: rgb(158,100,16);
}
