/* /workes24/public/css/base.css */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body.page {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #111827;
    background: #f3f4f6;
}

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

.container {
    width: min(1100px, 100% - 2rem);
    margin: 0 auto;
}
