@font-face {
  font-family: 'Font';
  src: url('fonts/Vazir-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --primary-color: rgb(158, 13, 13);
  --secondary-color: rgb(68, 68, 68);
  --dark-color: #2c3e50;
  --shade-color: rgb(241, 110, 110);
  --gap: 12px;
  --stroke: 1.5px;
  --line: rgba(255, 255, 255, 0.064);
  --bg: #ff0000;
}
