﻿:root {
    --background-color: #0F0F0F; /*dark black*/

    --sidenav-color: #2978a0;
    --winner-light-color: #1e4a66;
    --modal-background-color: #1C1C1E; /* Anthracite Gray */
    --modal-text-color: #fff;
    --card-color: #1C1C1C; /*Anthracite Gray per GameBox*/
    --card-body-color: #1C1C1C; /*Anthracite Gray per GameBox*/
    --card-hover-color: rgba(38, 38, 38, 0.7); /*Anthracite Gray per GameBox*/
    --card-text-color: #f1c73d;
    /**/
    --primary-color: #f1c73d; /*gold*/
    --primary-hover-color: #E5B310; /*dark gold*/
    --primary-text-color: #000;
    /**/
    --secondary-color: #1e4a66; /*  dark blu */
    --secondary-hover-color: #2978a0; /*blu */
    --secondary-text-color: #fff;
    /**/
    --tertiary-color: #1e4a66;
    --tertiary-hover-color: #2978a0;
    --tertiary-text-color: #fff;
    --tertiary-border-color: #c6c6c6;
    /**/
    --text-color: #cccccc;
    --text-color-lighter: #fff;
    --title-color: #fff;
    --line-color: #ccc; /*Medium Gray*/
    --border-form-color: #fff;
    /*Standard*/
    --modal-error-color: #fff;
    --hamburgher-color: #fff;
    --hamburgher-hover-color: #fff;
    --background-rules-color: #1C1C1C;
    /* Variabili per l'effetto onde - Standard  */
    --wave-primary-color: rgb(51, 143, 255); /* Colore primario onde (RGB) */
    --wave-secondary-color: rgb(41, 120, 160); /* Colore secondario onde (RGB) */
    --wave-tertiary-color: rgb(30, 95, 128); /* Colore terziario onde (RGB) */
    /**/
    --wave-bg-start: #1e4a66;
    --wave-bg-middle: #2978a0;
    --wave-bg-end: #338fff;
}
