﻿/* Colours
Dark: (0,50,148,1) #003294
Light: (0,113,188,1) #0071BC
*/

@font-face {
    font-family: 'ParagonBlack';
    font-weight: bold;
    src: url('/fonts/ParagonCleanersBlack.eot?iefix') format('eot'), 
        url('/fonts/ParagonCleanersBlack.woff') format('woff'), 
        url('/fonts/ParagonCleanersBlack.woff2') format('woff2'), 
        url('/fonts/ParagonCleanersBlack.ttf') format('truetype'), 
        url('/fonts/ParagonCleanersBlack.svg#ParagonCleanersBlack') format('svg');
}

@font-face {
    font-family: 'PhilosopherRegular';
    src: url('/fonts/PhilosopherRegular.eot?iefix') format('eot'),
        url('/fonts/PhilosopherRegular.woff2') format('woff2'), 
        url('/fonts/PhilosopherRegular.woff') format('woff'), 
        url('/fonts/PhilosopherRegular.ttf') format('truetype'), 
        url('/fonts/PhilosopherRegular.svg#PhilosopherRegular') format('svg');
}

@font-face {
    font-family: 'GlyphIcons';
    src: /*url('/fonts/glyphicons-halflings-regular.eot?iefix') format('eot'),*/
        url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
        url('/fonts/glyphicons-halflings-regular.woff') format('woff'), 
        url('/fonts/glyphicons-halflings-regular.ttf') format('truetype');
        /*url('/fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular') format('svg');*/
}
