:root{

    /* Colors */
    --white: #fff;
    --black: #000;

    --grey-111: #111;
    --grey-222: #222;
    --grey-333: #333;
    --grey-444: #444;
    --grey-555: #555;
    --grey-666: #666;
    --grey-777: #777;
    --grey-888: #888;
    --grey-999: #999;
    --white-aaa: #aaa;
    --white-bbb: #bbb;
    --white-ccc: #ccc;
    --white-ddd: #ddd;
    --white-eee: #eee;

    --brown: #7b4f2d;
    --beige: #cfaf63;
    --blue: #6e80a2;
    --green: #88d098;
    --coral: #f4b084;
    --neutral: #f8f4ef;

    /* Others */
    --transition: all .3s;
    
    /* Fonts */
    --montserrat: 'Montserrat', Arial, sans-serif;

    /* Icons */
    --ti: "tabler-icons";
    --fa: "Font Awesome 6 Free";

}