@font-face {
    font-family: 'campton';
    src: url('campton-bold-webfont.woff2') format('woff2'),
         url('campton-bold-webfont.woff') format('woff'),
         url('campton-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'campton';
    src: url('campton-light-webfont.woff2') format('woff2'),
         url('campton-light-webfont.woff') format('woff'),
         url('campton-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

}