/*
Theme Name: Sevencols Vibe
Theme URI: http://svncls.test
Author: Sevencols
Description: High-performance, antislop, vibe-coded custom theme for Sevencols Konveksi Malang (Light Mode).
Version: 1.1.0
Text Domain: sevencols-vibe
*/

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Serif", Georgia, serif;
  background-color: #F8F9FA;
  color: #374151;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
p, span, a, button, input, textarea, select,
.font-display, .font-serif, .font-body, .font-sans {
  font-family: "Noto Serif", Georgia, serif;
}

.font-mono {
  font-family: "JetBrains Mono", monospace !important;
}

/* Scrollbar styling for clean light mode */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #F1F3F5;
}
::-webkit-scrollbar-thumb {
  background: #D1D5DB;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #9CA3AF;
}
