/* Custom styles for eb-lang.org */

/* Reduce font size for literal blocks */
pre {
  font-size: 0.85em;
}

/* EB code blocks - clean styling */
.highlight-eb pre {
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

/* Hero section styling */
.hero {
    text-align: center;
    padding: 2em 0;
}

.hero h1 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
}

.hero .tagline {
    font-size: 1.3em;
    color: #666;
}
