/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */



                  /*FUENTES*/
@font-face {
    font-family: 'DreamerTM',Tahoma, Verdana, sans-serif;
    src: url('https://neocities.org/dashboard?dir=FUENTES%2FDreamer+TM+Font');
    src: local('Dreamer TM Regular'), local('DreamerTM-Regular'),
        url('DreamerTM-Regular.eot?#iefix') format('embedded-opentype'),
        url('DreamerTM-Regular.woff2') format('woff2'),
        url('DreamerTM-Regular.woff') format('woff'),
        url('DreamerTM-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Bryndan', Tahoma, Verdana, sans-serif;
  src: url("https://casitadelosfantasmas.neocities.org/FUENTES/BryndanWriteBook-nGPM.ttf");
}

@font-face {
  font-family:'Pangolin', Tahoma, Verdana, sans-serif;
  src: url("https://casitadelosfantasmas.neocities.org/FUENTES/Pangolin-Regular.ttf");
}

.chelsea-market-regular {
  font-family: "Chelsea Market", system-ui;
  font-weight: 400;
  font-style: normal;
}


.coral-pixels-regular {
  font-family: "Coral Pixels", serif;
  font-weight: 400;
  font-style: normal;
}

/* <weight>: Use a value from 100 to 700*/
/* <uniquifier>: Use a unique and descriptive class name*/

.josefin-sans-<uniquifier> {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}




             /*FIN DE FUENTES*/


