/* Apply a clean, modern font to the whole body */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333333;
    margin: 0;
    padding: 0;
}
.hero h1 {
    /* Set the color to a neutral dark gray */
    color: #333333; 
    font-weight: 400;
    margin-bottom: 5px;
}

.hero h1 b {
    font-weight: 800;
    /* This ensures 'lynk' stays the same color as 'tiny' but just gets bolder */
    color: inherit; 
}

.hero p {
    color: #666666; /* A slightly lighter gray for the tagline */
    font-size: 1.1rem;
}
