@font-face {
    font-family: 'Jacquard 24';
    src: url('fonts/Jacquard24-Regular.woff2') format('woff2'),
        url('fonts/Jacquard24-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Base Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Base Body Styles */
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    background: #0a0a0a;
    color: #ffffff;
    line-height: 1.7;
}

/* Typography */
h1, h2, h3 {
    font-family: "Jacquard 24", serif;
    letter-spacing: 0.05em;
}

h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

h2 {
    font-size: 1.8rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

a {
    color: #ffffff;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* Layout */
.page {
    max-width: 600px;
    margin: 0 auto;
    padding: 6rem 2rem;
}

/* Header Styles */
.site-name {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.site-tagline {
    color: #888;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.tagline {
    color: #888;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.readme-header {
    text-align: center;
    margin-bottom: 2rem;
}

.readme-header img {
    max-width: 180px;
    height: auto;
    display: block;
    margin: 0 auto 1.5rem;
}

.badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.badges img {
    display: block;
    height: 24px;
    width: auto;
}

/* Links */
.gh-link {
    display: inline-block;
    font-size: 0.9rem;
    color: #888;
    text-decoration: none;
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
}

.gh-link:hover {
    color: #ffffff;
    border-color: #ffffff;
    text-decoration: none;
}

/* Dividers */
hr {
    border: none;
    border-top: 1px solid #222;
    margin: 3rem 0;
}

/* Content Elements */
p {
    color: #aaa;
    margin-bottom: 1rem;
}

ul, ol {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    color: #aaa;
}

li {
    margin-bottom: 0.5rem;
}

li > strong {
    color: #ffffff;
}

code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    background: #1a1a1a;
    padding: 0.15em 0.35em;
    border-radius: 3px;
    font-size: 0.9em;
    color: #e0e0e0;
}

pre {
    background: #111;
    border: 1px solid #222;
    padding: 1rem;
    overflow-x: auto;
    font-size: 0.85rem;
    color: #ddd;
    margin-bottom: 1.5rem;
}

pre code {
    background: transparent;
    padding: 0;
    font-size: inherit;
    color: inherit;
}

/* Project Section */
.section-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #555;
    margin-bottom: 1.5rem;
}

.project {
    margin-bottom: 2rem;
}

.project-name {
    font-family: "Jacquard 24", serif;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.2rem;
}

.project-stack {
    font-size: 0.8rem;
    color: #555;
    margin-bottom: 0.5rem;
}

.project-desc {
    font-size: 0.95rem;
    color: #aaa;
    margin-bottom: 0.5rem;
}

.project-link {
    font-size: 0.85rem;
    color: #666;
}

.project-link:hover {
    color: #ffffff;
}

/* Footer */
.footer {
    color: #444;
    font-size: 0.8rem;
    margin-top: 3rem;
}

/* Utility Classes */
.about-text {
    color: #aaa;
    font-size: 1rem;
}

/* DroidClaw specific */
.lang-link {
    font-size: 1.1em;
    display: inline-block;
    margin-top: 0.5rem;
}

blockquote {
    border-left: 2px solid #333;
    padding-left: 1rem;
    margin: 1rem 0 1.5rem;
    color: #888;
    font-style: italic;
}

blockquote p {
    margin-bottom: 0;
}

/* 404 specific */
.page-404 {
    text-align: center;
}

.h1-404 {
    font-size: clamp(6rem, 20vw, 13rem);
    margin-bottom: 0.5rem;
}

.badges img {
    width: auto;
}
