/*
Theme Name: JustTypeCo
Author: You
Description: Lightweight dark IT-style theme for font showcases
Version: 1.0
License: GPLv2 or later
Text Domain: justtypeco
*/

body {
  margin: 0;
  background: #121212;
  color: #e0e0e0;
  font-family: system-ui, sans-serif;
}

a { color: #4d4963; text-decoration: none; }
a:hover { text-decoration: underline; }

header, footer {
  padding: 1rem 2rem;
  background: #1a1a1a;
}

nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 1rem;
}

.hero { padding: 3rem 2rem; background: #181818; }

.content-tabs { display: flex; gap: 1rem; margin-bottom: 1rem; }

.content-tabs button {
  background: none; border: none; color: #e0e0e0;
  padding: .5rem 1rem; cursor: pointer;
}
.content-tabs button.active { border-bottom: 2px solid #4d4963; }

.font-preview {
  font-size: 2rem; background: #222; padding: 1rem;
  border: 1px solid #333; width: 100%; min-height: 150px; color: #fff;
}

.cta-btn {
  display: inline-block; background: #4d4963; color: #fff;
  padding: .75rem 1.5rem; text-align: center; border-radius: 4px; margin-top: 1rem;
}
.cta-btn:hover { opacity: .9; }