@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: 'NotoSans-R';
    src: url('font/NotoSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSans-B';
    src: url('font/NotoSans-Bold.woff2') format('woff2');
    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;
}