/*
* @author  Agence Dn'D <contact@dnd.fr>
* @license https://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
* @link    https://www.dnd.fr/
*/

:root {
    --primary-color: #212839;
    --secondary-color: #E3FF43;
    --black-color: #000000;
    --white-color: #FFFFFF;
    --blue-color: #0042E2;

    --gray-opacity-60: #26262666;
    --gray-opacity-70: #262626b3;
    --gray-opacity-80: #262626cc;
    --gray-opacity-90: #262626e6;

    --true-gray-60: #262626;
    --true-gray-100: #F3F3F3;
    --true-gray-150: #F0F0F0;
    --true-gray-200: #D4D4D4;
    --true-gray-300: #A3A3A3;
    --true-gray-400: #525252;
    --true-gray-600: #262626;
    --true-gray-700: #7E7E7E;
    --true-gray-800: #7D7D7D;

    --border-radius-base: 0.4rem;
    --border-weight: 0.1rem;
    --border-weight-active: 0.2rem;

    --transition-transform-smooth: transform 0.5s ease, right 0.5s ease;
    --transition-opacity-smooth: opacity 0.5s ease, right 0.5s ease;

    --font-weight-regular: 400;
    --font-weight-semibold: 500;
    --font-weight-bold: 600;

    --font-size-small: 1rem;
    --font-size-base: 1.2rem;
    --font-size-medium-small: 1.4rem;
    --font-size-medium: 1.5rem;
    --font-size-large: 1.6rem;
}
