/*
Theme Name: Box
Theme URI: https://boxgroup.ir/
Author: Ermia Rajabzadeh
Author URI: https://ermiarz.ir
Description: قالب اختصاصی صنایع فلزی باکس
Version: 1.0
*/

@font-face {
	font-family: 'Yekan';
	src: url('fonts/Yekan.eot?#') format('eot'),
	url('fonts/Yekan.woff') format('woff'), 
	url('fonts/Yekan.ttf') format('truetype');
}

body {
     font-family: Yekan;
     font-size: 16px;
     background-color: #F3F3F3;
     color: #545454;
 }
 
 a:link, a:visited {
     color: #4285f4;
 }
 
 p {
     line-height: 1.7em;
 }
 
 div.container {
     max-width: 960px;
     margin: 0 auto;
 }
 
 article.post {
     border-bottom: 4px dashed #ecf0f1;
 }
 
 article.post:last-of-type {
     border-bottom: none;
 }
 
 .site-header {
     border-bottom: 3px solid #ecf0f1;
 }
 
 .site-footer {
     border-top: 3px solid #ecf0f1;
 }