:root {
    --secondary-background: #1c1208; /* coklat gelap */
    --primary-theme-color: #2b1b0e; /* coklat utama */
    --reverse-theme-color: #f5e6d3; /* krem terang */
    --highlight-text-color: #d4a373; /* gold brown */

    --page-link-background: linear-gradient(0deg, #2b1b0e 0%, #5a3e2b 100%);
    --page-link-color: #f5e6d3;
    --page-link-border: 1px solid #8b5e3c;

    --page-item-active-color: linear-gradient(0deg, #1c1208 0%, #2b1b0e 100%);
    --page-item-active-background: #6f4e37; /* coffee */
    --page-item-active-border: 1px solid #a47148;

    --devider-color: linear-gradient(90deg, #d2b48c 0%, #d2b48c 25%, #5a3e2b 25%, #5a3e2b 100%);

    --prepend-background: linear-gradient(#5a3e2b, #4b3222 60%, #3b2618);
    --prepend-color: #f5e6d3;
    --prepend-border: 0px;

    --content-box-background: rgba(43, 27, 14, 0.7);
    --informasi-menu-background: #3b2618;
    --informasi-content-background: #1c1208;
}