:root{
    --mp-bg:#f6f3f1;
    --mp-surface:#ffffff;
    --mp-text:#1f2937;
    --mp-muted:#6b7280;
    --mp-brand:#8f0f16;
    --mp-line:rgba(17,24,39,.08);
    --mp-radius:18px;
    --mp-shadow:0 10px 30px rgba(17,24,39,.06);
    --mp-max-width:1180px;
}

*{
    box-sizing:border-box;
}

html{
    font-size:16px;
}

body{
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    background:var(--mp-bg);
    color:var(--mp-text);
    -webkit-font-smoothing:antialiased;
}

a{
    color:inherit;
    text-decoration:none;
}

img{
    max-width:100%;
    display:block;
}

h1, h2, h3, h4, h5, h6{
    margin:0;
}

p{
    margin:0;
}