:root {
    /* brand color */
    --color-primary: #3d77c8;
    /* max container width 1080px */
    --grid-maxWidth: 120rem;
}

body {
    /* font-family: Arial, sans-serif; */
    direction: rtl;
    text-align: right;
    /* padding: 20px; */
}

/* .list li {
    margin-bottom: 3px;
} */