/*
Theme Name: kadence-child
Theme URI: https://www.posytron.com/
Description: Child theme for Kadence
Author: tech@posytron.com
Author URI: https://www.posytron.com/
Template: kadence
Version: 1.0.2
*/

/*
@font-face{
  font-family: 'Agenda-Bold';
  src: url('https://kerigma.posytron.com/wp-content/themes/kadence-child/fonts/agenda_bold.woff2') format('woff2');
}*/

@font-face {
    font-family: 'agenda';
    src: url('/wp-content/themes/kadence-child/fonts/agenda-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/kadence-child/fonts/agenda-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'agenda';
    src: url('/wp-content/themes/kadence-child/fonts/agenda_bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/kadence-child/fonts/agenda_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}



body, body * {
	font-family: 'agenda', serif !important;
}