/*
Theme Name: Ottawa Lux Shuttle
Theme URI: https://ottawaluxshuttle.com
Author: Medhat Gad
Description: Minimal starter theme for Ottawa Lux Shuttle. Provides the basic WordPress theme structure (header, footer, page fallback) that the OLS page templates plug into. Each page template is fully self-contained with its own styling.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ols-theme
*/

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #F3F1EA;
    color: #1B1D1F;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
