/**
 * WebSocialTraffic Custom Theme Styles
 * Color system: Royal Blue (#2563EB), Saffron Orange (#EA580C), Slate Black (#0F172A), Pure White (#FFFFFF)
 */

body {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    color: #0f172a;
    background-color: #f8fafc;
    margin: 0;
    line-height: 1.6;
}

/* Fluid responsive containers */
.max-w-7xl {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

/* Zero-pill clean text metadata */
.wst-meta-sep {
    color: #94a3b8;
    margin: 0 4px;
}

/* Touch friendly minimums */
button, a.btn, input, select {
    min-height: 42px;
}
