/*
Theme Name: Enfold Child Theme
Description: A child theme for Enfold
Version: 1.0
Author: KhatamWP
Author URI: http://khatamwp.dev
Template: enfold
*/
html, body, div, input, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/*
------------------------------------------------
-------------------- Fonts ---------------------
------------------------------------------------
*/
@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/Inter_28pt-Regular.ttf');
}
@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/Inter_28pt-Medium.ttf');
}
@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	src: url('fonts/Inter_28pt-SemiBold.ttf');
}
@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/Inter_28pt-Bold.ttf');
}
body,h1,h2,h3,h4,h5,h6,p,a,input,button,textarea {
  font-family:Inter !important;
}