/*
Theme Name: Web2Desk
Theme URI: https://web2desk.ir
Author: Amin Abdzadeh
Author URI: https://web2desk.ir
Description: Web2Desk Wordpress Template
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
*/

@import "assets/fonts/IRANFamilyTypeface/webfonts/css/fontiran.css";

*, html, body, html:focus-within {
    scroll-behavior: smooth !important;
}

body {
    font-family: IRAN, sans-serif;
    /* بهتر شدن رندر فونت در ویندوز */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1024px) {
    .lg\:text-5xl {
        line-height: 1.6 !important;
    }
}
@media (min-width: 800px) {
    .user-registration {
       width: 400px !important;
       margin:auto !important;
    }
}
