@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+TC:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
    --theme-font-display: "Noto Serif TC", "Times New Roman", serif;
    --theme-font-body: "Noto Sans TC", "Segoe UI", sans-serif;
    --theme-color-cortex-ink: #162033;
    --theme-color-cortex-sand: #f5efe4;
    --theme-color-cortex-cream: #fffaf2;
    --theme-color-cortex-gold: #d97706;
    --theme-color-cortex-clay: #b45309;
    --theme-color-cortex-mint: #c8d9cb;
    --theme-color-cortex-sky: #d8e5f4;
    --theme-body-background:
        radial-gradient(circle at top left, rgba(217, 119, 6, 0.14), transparent 28rem),
        radial-gradient(circle at 88% 14%, rgba(22, 32, 51, 0.08), transparent 26rem),
        radial-gradient(circle at bottom right, rgba(180, 83, 9, 0.12), transparent 24rem),
        linear-gradient(180deg, #fffaf2 0%, #f5efe4 100%);
    --theme-selection-background: rgba(22, 32, 51, 0.14);
}
