@font-face {
  font-family: 'Akshar';
  src: url('../fonts/akshar/Akshar-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akshar';
  src: url('../fonts/akshar/Akshar-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akshar';
  src: url('../fonts/akshar/Akshar-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akshar';
  src: url('../fonts/akshar/Akshar-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akshar';
  src: url('../fonts/akshar/Akshar-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --sn-font-sans: 'Akshar', system-ui, sans-serif;
}

body,
button,
input,
select,
textarea,
.wd-font-default,
.wd-entities-title,
.wd-nav > li > a,
.wd-header-nav > li > a {
  font-family: 'Akshar', system-ui, sans-serif;
}
