@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --edp-font-stack: Poppins, YekanBakh, IRANSans, IRANSans2, IRMitra, Georgia, Tahoma;
  --edp-font: var(--edp-font-stack);
}

body,
button,
input,
textarea,
select,
label {
  font-family: var(--edp-font-stack);
  font-style: normal;
}
