@charset "UTF-8";

/* ============================================================
   Purpose: Add Chinese font-family stack to all elements
   ============================================================ */

body,
body * {
    font-family: "Microsoft YaHei", SimHei, Song, Arial, sans-serif;
}
