/* Global base styles for all FocusCenter pages.
   Sets consistent defaults on body so pages without the .bootstrap
   wrapper still inherit the correct font, color, and background. */
body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #333;
    background-color: #f0f2f5;
}
