@font-face {
    font-family: Chuanpim;
    src: url(font/psu/Chuanpim/db_chuanpim_psu_regular.woff);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: ChuanpimBold;
    src: url(font/psu/Chuanpim/db_chuanpim_psu_bd.woff);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: Stidti;
    src: url(font/psu/Stidti/psu-stidti-regular.woff);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: StidtiBold;
    src: url(font/psu/Stidti/psu-stidti-bold.woff);
    font-style: normal;
    font-weight: 400;
}

html,
body {
    font-family: 'Chuanpim';
    font-size: 1.2rem;
    background-color: #ffffff;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'StidtiBold';
}

th {
    font-weight: 400;
}

strong {
    font-family: 'Chuanpim';
    font-size: 1.2rem;
}

.table {
    font-family: 'Chuanpim';
    font-size: 1.2rem;
}

.btn {
    font-family: 'Chuanpim';
    font-size: 1.1rem;
}

small {
    font-family: 'Chuanpim';
}

a {
    color: black;
}