﻿@charset "utf-8";
/* General */
@font-face {
    font-family: 'PH-Black';
    src: url('font/PengHuothBeta2-Black.woff') format('woff');
}

@font-face {
    font-family: 'PH-Bold';
    src: url('font/PengHuothBeta2-Bold.woff') format('woff');
}

@font-face {
    font-family: 'PH-Light';
    src: url('font/PengHuothBeta2-Light.woff') format('woff');
}

@font-face {
    font-family: 'PH-Regular';
    src: url('font/PengHuothBeta2-Regular.woff') format('woff');
}

@font-face {
    font-family: 'PH-Thin';
    src: url('font/PengHuothBeta2-Thin.woff') format('woff');
}