/**
 * Fichier  : /features/style/css/variables.css
 * Fonction : variables du site
 */


/* ==================================================
   VARIABLES GLOBALES
================================================== */

:root {

    /*** BLOCS ***/

    --block-borderRadius: 3px;


    /*** BOUTONS ***/

    --button-borderRadius: 999px;
    --button-height: 3.5em;

}