/* Custom styles for SAS Certification Guide */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.quarto-title {
  font-weight: 700;
}

.navbar-brand {
  font-weight: 600;
}

/* Language switcher styling */
.navbar-nav .nav-item:nth-last-child(-n+2) {
  margin-left: 10px;
}

/* Code block improvements */
pre {
  border-radius: 6px;
  background-color: #f6f8fa;
}

/* Table styling */
table {
  margin: 1.5em 0;
}

th {
  background-color: #f6f8fa;
  font-weight: 600;
}

/* Callout boxes */
.callout {
  margin: 1.5em 0;
  padding: 1em;
  border-left: 4px solid #0d6efd;
  background-color: #f8f9fa;
}

.callout-note {
  border-left-color: #0d6efd;
}

.callout-warning {
  border-left-color: #ffc107;
}

.callout-important {
  border-left-color: #dc3545;
}
