/* ==================== */
/* Import Inter */
/* ==================== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

/* ==================== */
/* Global setup */
/* ==================== */
body {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #222;
}

/* ==================== */
/* Headings */
/* ==================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif !important;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
}

h1 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}
h2 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.3px;
}
h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
h4 {
  font-size: 1.3rem;
  font-weight: 600;
}
h5 {
  font-size: 1.1rem;
  font-weight: 500;
}
h6 {
  font-size: 1rem;
  font-weight: 500;
}

/* ==================== */
/* Paragraphs */
/* ==================== */
p {
  margin: 0 0 1em;
}

/* ==================== */
/* Navigation & Menu */
/* ==================== */
.navbar,
.pkp_navigation_primary,
.pkp_navigation_user {
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  font-size: 15px;
}

/* ==================== */
/* Buttons */
/* ==================== */
.pkp_button,
button,
input[type="submit"] {
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.2px;
  cursor: pointer;
}

/* ==================== */
/* Schedule Table */
/* ==================== */
.table-schedule {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin: 1.5rem 0;
  font-size: 15px;
}

.table-schedule th,
.table-schedule td {
  border: 1px solid #ccc;
  padding: 10px 14px;
}

.table-schedule th {
  background: #f8f9fa;
  font-weight: 600;
}

.table-schedule tr:nth-child(even) {
  background: #fdfdfd;
}

.table-schedule tr:hover {
  background: #f1f3f5;
}

/* ==================== */
/* Responsive Typography */
/* ==================== */

/* Tablet */
@media (max-width: 992px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  p {
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  h4 {
    font-size: 1rem;
  }
  p {
    font-size: 14px;
  }
}
