 
@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-UI-FD-NL-Regular.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

body{
  font-family: "Vazirmatn";
}


* , body , html{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Vazirmatn", sans-serif;
  text-decoration: none !important;
}

.plate-container {
  background: linear-gradient(135deg, #1a237e, #283593);
  border-radius: 12px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  max-width: 450px;
  margin: 0 auto;
  direction: rtl;
}

.plate-input {
  width: 55px;
  height: 55px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Vazir', 'B Nazanin', Tahoma;
  border: 2px solid #fff;
  border-radius: 6px;
  background: #fff;
  color: #1a237e;
  outline: none;
  transition: all 0.3s;
}

.plate-input:focus {
  border-color: #ffd600;
  box-shadow: 0 0 8px rgba(255, 214, 0, 0.6);
}

.plate-input.letter {
  width: 65px;
  font-size: 20px;
}

.iran-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.iran-flag {
  width: 50px;
  height: 18px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  color: #1a237e;
  border: 1px solid #ccc;
}

.plate-input.city {
  width: 50px;
  height: 38px;
  font-size: 16px;
}

.plate-separator {
  color: #ffd600;
  font-size: 24px;
  font-weight: bold;
  margin: 0 -2px;
}