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

@font-face {
    font-family: 'melbourneregular';
    src: url('../font/melbourne_regular-webfont.eot');
    src: url('../font/melbourne_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/melbourne_regular-webfont.woff2') format('woff2'),
         url('../font/melbourne_regular-webfont.woff') format('woff'),
         url('../font/melbourne_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'melbournebold';
    src: url('../font/melbourne_bold-webfont.eot');
    src: url('../font/melbourne_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/melbourne_bold-webfont.woff2') format('woff2'),
         url('../font/melbourne_bold-webfont.woff') format('woff'),
         url('../font/melbourne_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'melbournelight';
    src: url('../font/melbourne_light-webfont.eot');
    src: url('../font/melbourne_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/melbourne_light-webfont.woff2') format('woff2'),
         url('../font/melbourne_light-webfont.woff') format('woff'),
         url('../font/melbourne_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}