@charset "utf-8";


/* =============================
	encode-sans-expanded
============================= */
@font-face {
 font-family: 'encode-sans-expanded';
 font-weight:100;
 src: url('../fonts/EncodeSansExpanded-Thin.ttf');
 src: local(☺),url('../fonts/EncodeSansExpanded-Thin.ttf') format('opentype')
}

@font-face {
 font-family: 'encode-sans-expanded';
 font-weight:200;
 src: url('../fonts/EncodeSansExpanded-ExtraLight.ttf');
 src: local(☺),url('../fonts/EncodeSansExpanded-ExtraLight.ttf') format('opentype')
}

@font-face {
 font-family: 'encode-sans-expanded';
 font-weight:300;
 src: url('../fonts/EncodeSansExpanded-Light.ttf');
 src: local(☺),url('../fonts/EncodeSansExpanded-Light.ttf') format('opentype')
}

@font-face {
 font-family: 'encode-sans-expanded';
 font-weight:400;
 src: url('../fonts/EncodeSansExpanded-Regular.ttf');
 src: local(☺),url('../fonts/EncodeSansExpanded-Regular.ttf') format('opentype')
}


@font-face {
 font-family: 'encode-sans-expanded';
 font-weight:500;
 src: url('../fonts/EncodeSansExpanded-Medium.ttf');
 src: local(☺),url('../fonts/EncodeSansExpanded-Medium.ttf') format('opentype')
}

@font-face {
 font-family: 'encode-sans-expanded';
 font-weight:600;
 src: url('../fonts/EncodeSansExpanded-SemiBold.ttf');
 src: local(☺),url('../fonts/EncodeSansExpanded-SemiBold.ttf') format('opentype')
}


@font-face {
 font-family: 'encode-sans-expanded';
 font-weight:700;
 src: url('../fonts/EncodeSansExpanded-Bold.ttf');
 src: local(☺),url('../fonts/EncodeSansExpanded-Bold.ttf') format('opentype')
}

@font-face {
 font-family: 'encode-sans-expanded';
 font-weight:800;
 src: url('../fonts/EncodeSansExpanded-ExtraBold.ttf');
 src: local(☺),url('../fonts/EncodeSansExpanded-ExtraBold.ttf') format('opentype')
}
@font-face {
 font-family: 'encode-sans-expanded';
 font-weight:900;
 src: url('../fonts/EncodeSansExpanded-Black.ttf');
 src: local(☺),url('../fonts/EncodeSansExpanded-Black.ttf') format('opentype')
}






/* =============================
	notosans-sc
============================= */
@font-face {
    font-family: 'notosans-sc';
    font-weight: 100;
    src: url('../fonts/NotoSansSC-Thin.otf');
    src: local('☺'), url('../fonts/NotoSansSC-Thin.otf') format('opentype');
}
@font-face {
    font-family: 'notosans-sc';
    font-weight: 300;
    src: url('../fonts/NotoSansSC-Light.otf');
    src: local('☺'), url('../fonts/NotoSansSC-Light.otf') format('opentype');
}
@font-face {
    font-family: 'notosans-sc';
    font-weight: 400;
    src: url('../fonts/NotoSansSC-Regular.otf');
    src: local('☺'), url('../fonts/NotoSansSC-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'notosans-sc';
    font-weight: 500;
    src: url('../fonts/NotoSansSC-Medium.otf');
    src: local('☺'), url('../fonts/NotoSansSC-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'notosans-sc';
    font-weight: 700;
    src: url('../fonts/NotoSansSC-Bold.otf');
    src: local('☺'), url('../fonts/NotoSansSC-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'notosans-sc';
    font-weight: 900;
    src: url('../fonts/NotoSansSC-Black.otf');
    src: local('☺'), url('../fonts/NotoSansSC-Black.otf') format('opentype');
}