/* EVThaiGuarantee Public CSS */
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700&display=swap');

* {
  font-family: 'Kanit', sans-serif !important;
}

body {
  font-size: 18px;
  color: #1e293b;
  background: #f8fafc;
}

.card {
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 16px rgba(0,0,0,.07) !important;
}

.btn {
  font-family: 'Kanit', sans-serif !important;
  border-radius: 9px !important;
  font-weight: 500;
  transition: all .2s;
}

.btn:hover {
  transform: translateY(-1px);
}

.form-control {
  border-radius: 9px !important;
  border: 1.5px solid #cbd5e1 !important;
  font-size: 16px;
  font-family: 'Kanit', sans-serif;
}

.form-control:focus {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37,99,235,.15) !important;
}

.alert {
  border-radius: 12px !important;
  border: none;
}

.table thead th {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.table td {
  font-size: 16px;
}
