/*
Gold - #FAD52E
Alice Blue - #E3F2FD
Imperial red - #f2404c 
Rojo - #DD0426
Persian Indigo - #340068




TitulosNoH1
.ubuntu-medium {
  font-family: "Ubuntu", serif;
  Weight: 300 – 900;
  font-style: normal;
}

noTitulo
.lato-thin {
  font-family: "Lato", serif;
  font-weight: 100 - 900;
  font-style: normal;
}

*/


@font-face {
    src: url(../font/Boiling-BlackDemo.ttf);
    font-family: Boiling-BlackDemo;
}

@font-face {
    src: url(../font/EmilleaMooneta.ttf);
    font-family: Emillea Mooneta;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    
}

