@charset "UTF-8";

* {
    font-family: "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

h1 {
    font-family: "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

h2 {
    font-family: "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}