:root {
    /** COLORES **/
    --link-active: #1ebcc5;
    --black: #262626;
    --bg: #ffffff;
    --bg-blue: #254b5e;
    --bg-blue-light: #01a2d9;
    --header: #02B8E0;
    
    /** TYPOGRAPHY **/
    --title: 'Poppins', sans-serif;
    --text: 'Raleway', sans-serif;
    --content: "Martel Sans", sans-serif;
    --nav-title: 'Satisfy', cursive;

    /** WEIGHT **/

    --regular: 300;
    --semi-bold: 600;
    --bold: 700;

}