/*
   __    ____  _            ____  __      __    ____       
  /  \  /   / / \  / /   / /   / /  \  / /  \  /     /   /
 /   / /   / /   \/ /___/ /___/ /   / / /   / /___  /___/
/___/ /___/ /    /  ___/ /   / /___/ / /___/ /___  /   /

*/


/*===================================================================
   Copyright (C) 2025 Hossein Donyadideh All Rights Reserved.
  ===================================================================*/

@font-face {
  font-family: max-font;
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/max-font.woff2') format('woff2'),
       url('../fonts/max-font.woff') format('woff'),
	   url('../fonts/max-font.ttf') format('truetype'),
	   url('../fonts/max-font.eot?#iefix') format('embedded-opentype');
}
@font-face {
  font-family: max-font;
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/nova.woff2') format('woff2'),
       url('../fonts/nova.woff') format('woff'),
	   url('../fonts/nova.ttf') format('truetype'),
	   url('../fonts/nova.eot?#iefix') format('embedded-opentype');
}
p,h1,h2,h3,h4,h5,h6,ul,tr,td,input,a,label,button,select,option,span,small,html{
  font-family: max-font, Tahoma, Arial !important;
}