/*
 Theme Name:   Kadence Child
 Theme URI:    https://alamedidasoluciones.com/
 Description:  Child Theme for Kadence
 Author:       Roger Bogas
 Author URI:   https://alamedidasoluciones.com/
 Template:     kadence
 Version:      1.0.0
*/





/* =====================================================
   Fonts Self Host
   ===================================================== */


/* Harabara Regular (400) */
@font-face {
  font-family: 'Harabara Regular';
  src: url('assets/fonts/Harabara.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}


/* Virtual Regular (400) */
@font-face {
  font-family: 'Virtual Regular';
  src: url('assets/fonts/VirtualRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}


/* Helvetica Neue Thin (200 normal) */
@font-face {
  font-family: 'Helvetica Neue Thin';
  src: url('assets/fonts/HelveticaNeueThin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}


/* Helvetica Neue Thin Italic (200 italic) */
@font-face {
  font-family: 'Helvetica Neue Thin Italic';
  src: url('assets/fonts/HelveticaNeueThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
}


/* Helvetica Neue Medium (500 normal) */
@font-face {
  font-family: 'Helvetica Neue Medium';
  src: url('assets/fonts/HelveticaNeueMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}


/* Helvetica Neue Medium Italic (500 italic) */
@font-face {
  font-family: 'Helvetica Neue Medium Italicc';
  src: url('assets/fonts/HelveticaNeueMediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}


