/*
Theme Name: Mulieris
Theme URI: http://localhost/alterna
Author: Cognos Lumen
Author URI: http://localhost/alterna
Description: Sistema administrador de expedientes juridicos virtuales
Version: 0.0.1
Tags: responsive, legal
*/
@font-face {
   font-family: 'Dream';  /* Nombre de la fuente */
   src: url("https://despacho-mulieris.com/wp-content/themes/justitium/fuentes/CaviarDreams.ttf");
      font-weight: normal;
      font-style: normal;
}

body{
   background-color: #ffffff;
   padding: 1 px;
}

*{
   font-family: 'Dream';
   font-weight: normal;
}