/*
Theme Name: Deep Elementor
Description: Minimal Elementor-ready theme
Version: 1.1.1
Author: Deepstudio
Website: https://deepstudio.ir
Text Domain: deep-elementor
*/

*, *::before, *::after { box-sizing: border-box; }

body {
    margin: 0;
    padding: 0;
    font-family: 'DeepBon', sans-serif;
}

img { max-width: 100%; height: auto; }


@font-face {
	font-family: 'DeepBon';
	font-style: normal;
	font-weight: normal;
	src: url('./fonts/IRANSansX-Regular.woff2') format('woff2');		
}

@font-face {
	font-family: 'DeepBon';
	font-style: normal;
	font-weight: 900;
	src: url('./fonts/IRANYekanXFaNum-Black.woff2') format('woff2');		
}

@font-face {
	font-family: 'DeepBon';
	font-style: normal;
	font-weight: bold;
	src: url('./fonts/IRANSansX-Bold.woff2') format('woff2');		
}


input, button, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}
