/* ============================================================
   Arthavrksh — Shared Stylesheet
   Loaded by every page. Page-specific overrides live in
   individual <style> blocks within each HTML file.
   ============================================================ */

/* Google Material Symbols */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

html {
    scroll-behavior: smooth;
}

/* ── Header & Footer shared styles ────────────────────────── */
#header-placeholder,
#footer-placeholder {
    display: contents;
}

/* Regulatory bar */
.regulatory-bar {
    width: 100%;
    background-color: #1A1A2E;
    padding: 0.5rem 1rem;
    text-align: center;
}

.regulatory-bar p {
    font-size: 0.625rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
