/* Base palette, typography, and global helpers. */
/* --- Global Styles --- */
body {
    margin: 0;
    font-family: sans-serif;
    background-color: #ffffff;
    color: #333333;
}

.blue {
    color: #23346d;
}

.blue-accent {
    color: #23346d;
    font-weight: bold;
    font-style: italic;
    font-family: "Shippori Mincho", serif;
}
