@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

body {
    margin: 0;
    background-color: #0f172a; /* Slate 900 */
    font-family: 'Inter', sans-serif;
    color: #f8fafc;
}

.header_text {
    font-size: 36px;
    font-weight: 700;
    color: #38bdf8; /* Sky 400 */
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
    text-shadow: 0 0 15px rgba(56, 189, 248, 0.4);
    letter-spacing: -0.5px;
}