﻿@font-face {
    font-family: 'Lalezar';
    src: url('./Lalezar-Regular.eot');
    src: url('./Lalezar-Regular.eot?#iefix') format('embedded-opentype'),
        url('./Lalezar-Regular.woff2') format('woff2'),
        url('./Lalezar-Regular.woff') format('woff'),
        url('./Lalezar-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'iransans';
  src: url('./IRANSans.eot');
  src: url('./IRANSans.eot?#iefix') format('embedded-opentype'),
       url('./IRANSans.ttf') format('truetype'),
       url('./IRANSans.woff') format('woff'),
       url('./IRANSans.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

* {
	font-family: 'iransans';
}