/* Resume - Syntax highlighting theme (Light mode, printable) */

/* Screen-only styles */
@media screen {
  body {
    background-color: #f3f4f6;
  }
  .resume {
    box-shadow:
      0 4px 6px -1px rgb(0 0 0 / 0.1),
      0 2px 4px -2px rgb(0 0 0 / 0.1);
  }
}

/* Base resume container */
.resume {
  background-color: white !important;
  color: #1e293b;
}

/* Section headers - like keywords (purple) */
h2 {
  color: #7c3aed !important;
  border-color: #e2e8f0 !important;
}

/* Name - like class definition (blue) */
h1 {
  color: #2563eb !important;
}

/* Company names - like types (teal) */
.company {
  color: #0891b2 !important;
}

/* Job titles - like functions (darker amber for contrast) */
.title {
  color: #92400e !important;
}

/* Dates/locations - like comments (darker gray for contrast) */
.meta {
  color: #475569 !important;
}

/* Tech badges - subtle highlight */
.tech {
  background-color: #f1f5f9;
  color: #0f766e;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 0.85em;
}

/* Links - standard blue */
a {
  color: #2563eb !important;
}

a:hover {
  color: #1d4ed8 !important;
}

/* Numbers/metrics - like numbers (orange) */
.num {
  color: #ea580c;
  font-weight: 600;
}

/* Bold labels - like properties (blue) */
.label {
  color: #2563eb;
}

/* Contact icons */
header i {
  color: #2563eb;
}

/* Contact links - inherit text color */
.contact-link {
  color: inherit !important;
}

.contact-link:hover {
  color: #2563eb !important;
}

/* Header border */
header {
  border-color: #cbd5e1 !important;
}
