@charset "UTF-8";
/* CSS Document */

/* @font-face */
@font-face {
    font-family: 'CreamCake';
    src: url('fonts/cream-cake.ttf') format('truetype'),
         url("fonts/cream-cake.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FlamateCairoBold';
    src: url('fonts/flamante-cairo-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelloValentica';
    src: url('fonts/hello-valentica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sindentosa';
    src: url('fonts/sindentosa.ttf') format('truetype'),
         url("fonts/sindentosa.otf") format("opentype");		
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Waltgraph';
    src: url('fonts/waltograph.ttf') format('truetype'),
         url("fonts/waltograph.otf") format("opentype");		
    font-weight: normal;
    font-style: normal;
}
