@charset "UTF-8";

/* --- font --- */
@font-face {
    font-family: 'SCD-4';
    src: url('font/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SCD-5';
    src: url('font/S-CoreDream-5Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SCD-6';
    src: url('font/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* --- icon ---*/
@font-face {
    font-family: "unifont";
    src: url('font/fontello.eot?25674547');
    src: url('font/fontello.eot?25674547#iefix') format('embedded-opentype'),
    url('font/fontello.woff?25674547') format('woff'),
    url('font/fontello.ttf?25674547') format('truetype'),
    url('font/fontello.svg?25674547#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}