/*
Theme Name: My Custom Theme
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: Custom WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: mytheme
*/

/* Reset basic */
body{
    margin:0;
    font-family:sans-serif;
	background: #F5F5F5;
}
html {
  font-size: 16px;
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}


/* فونت های اصلی سایت */
@font-face {
    font-family: "Yekan-black";
    src: url("assets/font/YekanBakhFaNum-Black.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Yekan-Regular";
    src: url("assets/font/YekanBakhFaNum-Regular.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Goodly-Regular";
    src: url("assets/font/Goodly-Regular.woff") format("woff");
    font-style: normal;
}















