/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica_400_normal_1427093858.eot');
    src: url('fonts/Helvetica_400_normal_1427093858.eot#iefix') format('embedded-opentype'),
         url('https://lrfps.com/wp-content/themes/lrfps/css/fonts/Helvetica_400_normal_1427093858.svg#Helvetica') format('svg'),
         url('fonts/Helvetica_400_normal_1427093858.woff') format('woff'),
         url('fonts/Helvetica_400_normal_1427093858.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/helvetica_medium-webfont.eot');
    src: url('fonts/helvetica_medium-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/helvetica_medium-webfont.woff') format('woff'),
         url('fonts/helvetica_medium-webfont.ttf') format('truetype'),
         url('fonts/helvetica_medium-webfont.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/helveticaneue-medium-webfont.eot');
    src: url('fonts/helveticaneue-medium-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-medium-webfont.woff') format('woff'),
         url('fonts/helveticaneue-medium-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue-medium-webfont.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/helvetica_bold-webfont.eot');
    src: url('fonts/helvetica_bold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/helvetica_bold-webfont.woff') format('woff'),
         url('fonts/helvetica_bold-webfont.ttf') format('truetype'),
         url('fonts/helvetica_bold-webfont.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0 ){
    @font-face {
        font-family: 'Helvetica';
        src: url('fonts/Helvetica_400_normal_1427093858.ttf') format('truetype');
        font-weight: 400;
    }

    @font-face {
        font-family: 'Helvetica';
        src: url('fonts/helvetica_medium-webfont.svg') format('svg');
        font-weight: 500;
    }

    @font-face {
        font-family: 'Helvetica';
        src: url('fonts/helveticaneue-medium-webfont.svg') format('svg');
        font-weight: 600;
    }

	@font-face {
        font-family: 'HelveticaBold';
        src: url('fonts/helvetica_bold-webfont.svg') format('svg');
        font-weight: 700;
    }
}