@font-face {
    font-family: 'Frutiger VR';
    font-weight: normal;
    src: url('/visika/fonts/FrutigerVR.woff');
}
@font-face {
    font-family: 'Frutiger VR';
    font-weight: bold;
    src: url('/visika/fonts/FrutigerVRBold.woff');
}
@font-face {
    font-family: 'Frutiger VR';
        font-style: italic;
    src: url('/visika/fonts/FrutigerVRItalic.woff');
}
@font-face {
    font-family: 'Frutiger VR';
    font-weight: bold;
        font-style: italic;
    src: url('/visika/fonts/FrutigerVRBoldItalic.woff');
}

@font-face {
    font-family: MyriadPro;
    font-weight: normal;
    src: url('/visika/fonts/MyriadPro-Regular.woff');
}
@font-face {
    font-family: MyriadPro;
    font-weight: 600;
    src: url('/visika/fonts/MyriadPro-Semibold.woff');
}

@font-face {
    font-family: MetaPro;
    font-weight: normal;
    src: url('/visika/fonts/MetaPro-Book.woff');
}
@font-face {
    font-family: MetaPro;
    font-weight: bold;
    src: url('/visika/fonts/MetaPro-Bold.woff');
}
@font-face {
    font-family: 'robotolight';
    font-weight: normal;
    src: url('/visika/fonts/Roboto-Light.woff');
}
@font-face {
    font-family: 'RobotoRegular';
    font-weight: normal;
    src: url('/visika/fonts/Roboto-Regular.woff');
}
@font-face {
    font-family: 'robotob';
    src: url('/visika/fonts/robotobold.woff');
    font-weight: normal;
}
@font-face {
    font-family: 'PantonRegular';
    font-weight: normal;
    src: url('/visika/fonts/Panton-Regular.woff');
}
@font-face {
    font-family: 'PantonBold';
    font-weight: normal;
    src: url('/visika/fonts/Panton-Bold.woff');
}
body, input, select, option {
    font-family: Arial, Helvetica !important;
    font-weight: normal;
}


