/*** FONTs DKV ***/

/* Primary: Fedra Serif [Serif (Georgia)] */
/* font-family: primary, Georgia, serif !important; */

@font-face {
  font-family: 'primary';
  src: url('https://static01.dkvseguros.com/fontsCloud/FedraSerifL-Medium.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'primary';
  src: url('https://static01.dkvseguros.com/fontsCloud/FedraSerifL-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}




/* Secundary: FsMe Pro [Sans Serif (Arial)] */
/* font-family: secondary, Arial, sans-serif !important; */

@font-face {
  font-family: 'secondary';
  src: url('https://static01.dkvseguros.com/fontsCloud/FSMePro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'secondary';
  src: url('https://static01.dkvseguros.com/fontsCloud/FSMePro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}



/* Ejemplo de uso */
html body * {
  font-family: 'secondary', Arial, sans-serif !important;
}

html body h1, html body h1 *,  
html body h2, html body h2 * {
  font-family: 'primary', Georgia, serif !important;
}




