/* ==========================================
   VARIABLES - MTGPT
========================================== */

:root{

    /* Couleurs */

    --color-background:#070707;
    --color-surface:#121212;
    --color-card:rgba(20,20,20,.78);

    --color-white:#ffffff;
    --color-text:#d0d0d0;
    --color-gold:#d4af37;

    --color-border:rgba(255,255,255,.08);

    /* Ombres */

    --shadow-card:0 20px 45px rgba(0,0,0,.35);
    --shadow-gold:0 15px 35px rgba(212,175,55,.30);

    /* Arrondis */

    --radius-small:14px;
    --radius-medium:22px;
    --radius-large:32px;

    /* Animation */

    --transition:all .35s ease;

    /* Largeur */

    --container:1400px;

}