﻿/* --- CHERRY SWASH --- */
@font-face {
font-family: 'Cherry Swash';
    src: url('/Content/fonts/fontfiles/cherryswash.eot');
    src: url('/Content/fonts/fontfiles/cherryswash.eot?#iefix') format('embedded-opentype'),
        url('/Content/fonts/fontfiles/cherryswash.woff') format('woff'),
        url('/Content/fonts/fontfiles/cherryswash.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
font-family: 'Cherry Swash';
    src: url('/Content/fonts/fontfiles/cherryswash-bold.eot');
    src: url('/Content/fonts/fontfiles/cherryswash-bold.eot?#iefix') format('embedded-opentype'),
        url('/Content/fonts/fontfiles/cherryswash-bold.woff') format('woff'),
        url('/Content/fonts/fontfiles/cherryswash-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}