
@font-face {
    font-family: 'Gill Sans';
    font-weight:light;
    src: url('fonts/gill-sans.ttf');
}

@font-face {
    font-family: 'Gill Sans';
    font-weight:bold;
    src: url('fonts/gill-sans-bold.ttf');
}

@font-face {
    font-family: 'Gill Sans';
    font-weight:normal;
    src: url('fonts/gill-sans-regular.ttf');
}


body{font-family: 'Gill Sans' !important;}

h2{font-weight: bold;font-family: 'Gill Sans' !important;}

.heading__secondary, .ip-logo span{font-family: 'Gill Sans' !important;}