@charset "utf-8";

@font-face {
    font-family: 'AppleSDGothic';
    font-style: normal;
    font-weight: 400;
    src: local('AppleSDGothic'),
        url(/fonts/AppleSDGothicNeoR.woff) format('woff'),
        url(/fonts/AppleSDGothicNeoR.ttf) format('truetype');
}

@font-face {
    font-family: 'AppleSDGothic-M';
    font-style: normal;
    font-weight: 400;
    src: local('AppleSDGothic-M'),
        url(/fonts/AppleSDGothicNeoM.woff) format('woff'),
        url(/fonts/AppleSDGothicNeoM.ttf) format('truetype');
}

@font-face {
    font-family: 'AppleSDGothic-Bold';
    font-style: normal;
    font-weight: 700;
    src: local('AppleSDGothic-Bold'),
        url(/fonts/AppleSDGothicNeoB.woff) format('woff'),
        url(/fonts/AppleSDGothicNeoB.ttf) format('truetype');
}

@font-face {
    font-family: 'AppleSDGothic-SB';
    font-style: normal;
    font-weight: 400;
    src: local('AppleSDGothic-SB'),
        url(/fonts/AppleSDGothicNeoSB.woff) format('woff'),
        url(/fonts/AppleSDGothicNeoSB.ttf) format('truetype');
}