/* html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
} */

:root {
    /* quaternary */

    /* --quinary */
    /* --senary */
    /* --septenary */
    /* --octonary */
    /* --nonary */
    /* --denary */
    /* --color-primary: #eb5604;
    --color-primary-50: #fff7ec;
    --color-primary-100: #ffeed4;
    --color-primary-200: #ffd8a7;
    --color-primary-300: #ffbc6f;
    --color-primary-400: #ff9435;
    --color-primary-500: #ff750e;
    --color-primary-600: #eb5604;
    --color-primary-700: #c84006;
    --color-primary-800: #9f340d;
    --color-primary-900: #802c0e;
    --color-primary-950: #451405;

    --color-secondary: #f0d990;
    --color-secondary-50: #fdf9ed;
    --color-secondary-100: #f8eecd;
    --color-secondary-200: #f0d990;
    --color-secondary-300: #e9c460;
    --color-secondary-400: #e4ae3b;
    --color-secondary-500: #dc9124;
    --color-secondary-600: #c36e1c;
    --color-secondary-700: #a2501b;
    --color-secondary-800: #843f1c;
    --color-secondary-900: #6d351a;
    --color-secondary-950: #3e1a0a;

    --color-tertiary: #cca05a;
    --color-tertiary-50: #f9f6ed;
    --color-tertiary-100: #f1e8d0;
    --color-tertiary-200: #e4d0a4;
    --color-tertiary-300: #d4b170;
    --color-tertiary-400: #cca05a;
    --color-tertiary-500: #b7823b;
    --color-tertiary-600: #9e6630;
    --color-tertiary-700: #7e4c2a;
    --color-tertiary-800: #6a3f29;
    --color-tertiary-900: #5c3627;
    --color-tertiary-950: #351c13;

    --grey-color-50: #FAFAFA;
    --grey-color-100: #F5F5F5;
    --grey-color-200: #EEEEEE;
    --grey-color-300: #E0E0E0;
    --grey-color-400: #BDBDBD;
    --grey-color-500: #9E9E9E;
    --grey-color-600: #757575;
    --grey-color-700: #616161;
    --grey-color-800: #424242;
    --grey-color-900: #212121;
    --grey-color-950: #121212; */
}

/* @media screen and (min-width: 64rem) {
    html {
        font-size: 0.83vw;
    }
} */

body,
html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000;
    overflow-x: hidden;
    font-family: "Noto Sans TC", sans-serif;
}

/* .text-xs {
    font-size: 0.75rem;
    line-height: calc(1 / 0.75);
}

.text-sm {
    font-size: 0.875rem;
    line-height: calc(1.25 / 0.875);
}

.text-base {
    font-size: 1rem;
    line-height: calc(1.5 / 1);
}

.text-lg {
    font-size: 1.125rem;
    line-height: calc(1.75 / 1.125);
}

.text-xl {
    font-size: 1.25rem;
    line-height: calc(1.75 / 1.25);
}

.text-2xl {
    font-size: 1.5rem;
    line-height: calc(2 / 1.5);
}

.text-3xl {
    font-size: 1.875rem;
    line-height: calc(2.25 / 1.875);
}

.text-4xl {
    font-size: 2.25rem;
    line-height: calc(2.5 / 2.25);
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}

.text-8xl {
    font-size: 6rem;
    line-height: 1;
}

.text-9xl {
    font-size: 8rem;
    line-height: 1;
} */