@charset "UTF-8";
/* CSS Document */
html {
font-family: 'Lobster', cursive;  /*/ TITULOS /*/
font-family: 'Heebo', sans-serif; /*/ PARRAFOS /*/
}

h1, h2, h3, h6{
font-family: 'Lobster', cursive; 
color: #15287a;
}

p {
font-family: 'Heebo', sans-serif;
color: #05144c;
}

b {
font-family: 'Heebo', sans-serif;
color: #66ca00;
}

h5 {
font-family: 'Lobster', cursive; 
color: white;
}

h4 {
font-family: 'Lobster', cursive; 
color: #15287a;
}