/************ Fuentes importadas ************/

@font-face {
    font-family: "RobotoSlab";
    src: url(/bundles/public/fonts/RobotoSlab-Regular.ttf) format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "RobotoSlab";
    src: url(/bundles/public/fonts/RobotoSlab-Bold.ttf) format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: "RobotoSlab";
    src: url(/bundles/public/fonts/RobotoSlab-Light.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: "Lato";
    src: url(/bundles/public/fonts/Lato-Light.ttf) format("truetype");
    font-weight: 200;
}

