﻿/* --- DANCING SCRIPT --- */
@font-face {
font-family: 'Dancing Script';
    src: url('/Content/fonts/fontfiles/dancingscript.eot');
    src: url('/Content/fonts/fontfiles/dancingscript.eot?#iefix') format('embedded-opentype'),
        url('/Content/fonts/fontfiles/dancingscript.woff') format('woff'),
        url('/Content/fonts/fontfiles/dancingscript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
font-family: 'Dancing Script';
    src: url('/Content/fonts/fontfiles/dancingscript-bold.eot');
    src: url('/Content/fonts/fontfiles/dancingscript-bold.eot?#iefix') format('embedded-opentype'),
        url('/Content/fonts/fontfiles/dancingscript-bold.woff') format('woff'),
        url('/Content/fonts/fontfiles/dancingscript-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}