/*
Theme Name:  Sedgwick
Version:     1.0
Description: A leading insurance broker,risk consultancy, employee benefits administrator and medical fund managers
Author:      Kapu Digi
Author URI:  https://kapudigital.co.ke
Text Domain: Sedgwick
*/

/*-------------------------------------------------------------------------*/
/* Note: The theme CSS files are loaded through the /css/ folder. 
/*-------------------------------------------------------------------------*/


@font-face {
  font-family: basicBold;
  src: url("fonts/basic/Bold.woff");
}

@font-face {
  font-family: basicHeavy;
  src: url("fonts/basic/Heavy.woff");
}

@font-face {
  font-family: basicLight;
  src: url("fonts/basic/Light.woff");
}

@font-face {
  font-family: basicMedium;
  src: url("fonts/basic/Medium.woff");
}

@font-face {
  font-family: basicRegular;
  src: url("fonts/basic/Regular.woff");
}

@font-face {
  font-family: proBold;
  src: url("fonts/pro/Bold.otf");
}

@font-face {
  font-family: proHeavy;
  src: url("fonts/pro/Heavy.otf");
}


@font-face {
  font-family: proMedium;
  src: url("fonts/pro/Medium.otf");
}


@font-face {
  font-family: proRegular;
  src: url("fonts/pro/Regular.otf");
}

h2{
     font-family:basicLight !important;
}

h3,h4,a{
    font-family:basicRegular !important;
}


h5,h6 {
    font-family:proBold !important;
}

p,h1 {
    font-family:proRegular !important;
}



