/* fonts */
@font-face {
    font-family: Gill-Sans;
    src: url(../fonts/Gill-Sans.otf);
}
@font-face {
    font-family: Gill-Sans-Medium;
    src: url(../fonts/Gill-Sans-Medium.otf);
}
@font-face {
    font-family: Gill-Sans-Bold;
    src: url(../fonts/Gill-Sans-Bold.otf);
}
