@font-face {
    font-family: 'Ereshkigal';
    src: url('../fonts/Ereshkigal/OPTIPaulDavid.ttf.eot'); /* IE9 Compat */
    src: url('../fonts/Ereshkigal/OPTIPaulDavid.ttf.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Ereshkigal/OPTIPaulDavid.ttf.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.dancing-script-regular {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.dancing-script-cinzel {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Clase reutilizable */
.ereshkigal {
    font-family: 'Ereshkigal', Georgia, 'Times New Roman', serif;
}