/* KEYBOT — Shared styles (all pages) */

body {
    font-family: 'Inter', sans-serif;
    background-color: #f9f9ff;
}

h1, h2, h3, .font-headline {
    font-family: 'Manrope', sans-serif;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: middle;
}

/* Hero gradient for landing page */
.hero-gradient {
    background: radial-gradient(circle at 70% 30%, #d6e3ff 0%, #f9f9ff 100%);
}

/* Custom scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f3f3f9; }
::-webkit-scrollbar-thumb { background: #c3c6d2; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #1C4D8D; }
