@font-face {
    font-family: 'f-medium';
    src: url('../fonts/campton_w00_medium-webfont.woff2') format('woff2'),
         url('../fonts/campton_w00_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'f-regular';
    src: url('../fonts/campton_w00_book-webfont.woff2') format('woff2'),
         url('../fonts/campton_w00_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'f-bold';
    src: url('../fonts/campton_w00_bold-webfont.woff2') format('woff2'),
         url('../fonts/campton_w00_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}