/* app/assets/stylesheets/base.css */

/* === base === */
html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Noto Sans JP", system-ui, -apple-system, sans-serif;
    background: #f9fafb;
    color: #111827;
    line-height: 1.6;
}

a {
    color: #1d4ed8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}