:root{
    --mainColor: #780000;
    --CTA: #ff6600;
    --anchor:#003049;
    --neutral1:#fdf0d5;
    --neutral2:#efefef;
}

@font-face {
    font-family: 'Texto';
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: 'Titulo';
    src: url("../fonts/Rubik-ExtraBold.ttf") format("truetype");
    font-weight: normal;
}

