@font-face {
  font-family: 'Exo2';
  src: url('../fonts/exo2/Exo2-Regular.woff2') format('woff2'),
       url('../fonts/exo2/Exo2-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/exo2/Exo2-Regular.woff2') format('woff2'),
       url('../fonts/exo2/Exo2-VariableFont_wght.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}


table {
  border-collapse: collapse;
  width: 100%;
  max-width: 1200px;
}
th, td {
  border: 1px solid #ccc;
  padding: 6px 10px;
  text-align: left;
}
th {
  background: #f0f0f0;
}
.notice {
  margin: 12px 0;
  padding: 10px;
  background: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
}
.error {
  margin: 12px 0;
  padding: 10px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
    body { font-family: Exo2, Arial; margin: 20px; }
    nav { margin-bottom: 20px; }
    nav ul { list-style: none; padding: 0; display: flex; gap: 15px; }
    nav li { display: inline; }
    nav a { text-decoration: none; color: #0066cc; font-weight: bold; }
    nav a:hover { text-decoration: underline; }
    .ok { color: green; font-weight: bold; }
    .update { color: red; font-weight: bold; }
    .ahead { color: blue; font-weight: bold; }
    .unknown { color: purple; font-weight: bold; }
