/*
Theme Name: Tutor Starter Child
Template: tutorstarter
Version: 1.0.0
*/
/* ================================
   Amin Site Font - Vazirmatn
================================ */

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

@font-face {
    font-family: "AminVazir";
    src: url("assets/fonts/Vazirmatn-Bold.woff2") format("woff2");
    font-weight: 700 900;
    font-style: normal;
    font-display: swap;
}

body,
button,
input,
textarea,
select {
    font-family: "AminVazir", Tahoma, Arial, sans-serif !important;
}