
:root {
    --backgroundDark: #D7B1A0;
    --backgroundLight: #F8F8F8;
    --textDark: #380707;
    --textLight: #613828;
}

body {
    font-family: 'ZCOOL KuaiLe', sans-serif;
    margin: 0;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}