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

}

@font-face {
    font-family: 'TheSans';
    src: url('../fonts/TheSans-BoldPlain.woff2') format('woff2'),
        url('../fonts/TheSans-BoldPlain.woff') format('woff'),
        url('../fonts/TheSans-BoldPlain.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TheSans';
    src: url('../fonts/TheSans-SemiLight.woff2') format('woff2'),
        url('../fonts/TheSans-SemiLight.woff') format('woff'),
        url('../fonts/TheSans-SemiLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

