@font-face {
  font-family: 'Shabnam';
  src: url('./Shabnam.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Shabnam';
  src: url('./Shabnam-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-main: 'Shabnam', Arial, sans-serif;
}

html,
body,
body *,
input,
button,
textarea,
select,
option,
table,
th,
td,
a,
p,
span,
div,
section,
article,
header,
footer,
nav,
main,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Shabnam', Arial, sans-serif !important;
}
