/* Reset, typography, CSS variables, basic tags. */
:root {
    --container-width: 1200px;
    --container-padding: 16px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
}
