﻿
/*fonts*/

@font-face {
    font-family: 'kpmgfont';
    src: url('../fonts/KPMG-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/KPMG-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/KPMG-Light.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/KPMG-Light.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/KPMG-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/KPMG-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'UniversforKPMG';
    src: url('../fonts/UniversforKPMG.eot'); /* IE9 Compat Modes */
    src: url('../fonts/UniversforKPMG.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/UniversforKPMG.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/UniversforKPMG.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/UniversforKPMG.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/UniversforKPMG.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local('OpenSans'),url(../fonts/OpenSans-Normal.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans Light';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'),local('OpenSans-Light'),url(../fonts/OpenSans-Light.ttf) format('ttf');
}

@font-face {
    font-family: 'Open Sans Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url(../fonts/OpenSans-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans Semibold';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'),local('OpenSans-Semibold'),url(../fonts/OpenSans-Semibold.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans Extrabold';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'),local('OpenSans-Extrabold'),url(../fonts/OpenSans-Extrabold.woff) format('woff');
}
/*fonts*/

body {
    font-family: Arial,Helvetica,sans-serif;/*'Open Sans', arial;*/
    /*margin-bottom: 30px;*/
}



h1, h2, h3, h4 {
    font-family: kpmgfont;
}

h5{
    font-family: kpmgfont;
    font-size: 40px !important;
    
}

/*th{
    
    font-family: kpmgfont;
    font-size: 17px !important;
    letter-spacing: 1px;
    font-weight: 100;
}*/

.headertext{
    
    font-family: kpmgfont;
    font-size: 25px !important;
    font-weight: 100;

}