/* 
Theme Name: Tabir
Theme URI: http://kianbabaabady.ir/tabir
Author: Kian Babaabady
Author URI: http://kianbabaabady.ir
Description: A custom WordPress theme for Tabir.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tabir
Tags: custom-theme, blog
*/

@font-face {
    font-family: 'Vazirmatn';
    src: url('./assets/font/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('./assets/font/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('./assets/font/Vazirmatn-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-main: 'Vazirmatn';
}

body {
    font-family: var(--font-main);
}

footer {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 480px) {
    .navbar-brand h1 {
        font-size: medium !important
    }
}