@charset "utf-8"; 

@font-face { 
    font-family: "Inter-Black";
	src: url("/fonts/Inter-Black.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face { 
  font-family: "Inter-Bold";
	src: url("/fonts/Inter-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face { 
    font-family: "Inter-ExtraBold";
	src: url("/fonts/Inter-ExtraBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face { 
    font-family: "Inter-ExtraLight";
	src: url("/fonts/Inter-ExtraLight.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face { 
    font-family: "Inter-Light";
	src: url("/fonts/Inter-Light.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face { 
    font-family: "Inter-Medium";
	src: url("/fonts/Inter-Medium.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face { 
    font-family: "Inter-Regular";
	src: url("/fonts/Inter-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face { 
    font-family: "Inter-SemiBold";
	src: url("/fonts/Inter-SemiBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face { 
  font-family: "Inter-Thin";
	src: url("/fonts/Inter-Thin.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face { 
  font-family: "notosans-Black";
	src: url("/fonts/NotoSans-Black.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face { 
  font-family: "noto arabic-bold";
	src: url("/fonts/NotoSansArabic-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

*{
    box-sizing: border-box;
}

html, body, h1,h2,h3,h4,h5,h6, p, dl, dt,dd,ul,ol,li,
blockquote, fieldset
{ margin:0; padding:0; }

a { text-decoration:none;color:inherit;}
mark { background-color:transparent; color:inherit;}

h1,h2,h3,h4,h5,h6 {
    font-size:inherit;
}

h1,h2,h3,h4,h5,h6,strong,b,th {
    font-weight:inherit;
}

ul,ol,li {
    list-style:none;
}

i, em, address {
    font-style:inherit;
}

fieldset {
    border:none; /* border:0 */
    /* border: width style color */ 
}

input[type="text"]::placeholder {
}

input[type="text"]:focus {
    outline:none;
}

button {
  cursor:pointer;
  border:none;
  background-color:transparent;
}

