@font-face {
    font-family: 'Vazirmatn';
    src: url('./fonts/vazirmatn/Vazirmatn-Regular.woff2') format('woff2');  /* Ensure this path is correct */
    font-weight: 400;  /* Adjust weight accordingly */
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('./fonts/vazirmatn/Vazirmatn-Bold.woff2') format('woff2');  /* Add bold variant if necessary */
    font-weight: 700;
    font-style: normal;
}


body {
    font-family: 'Vazirmatn', sans-serif; /* Set the default font */
}

.fc, .fc * { /* اعمال فونت به تمامی عناصر FullCalendar */
    font-family: 'Vazirmatn', sans-serif !important;
}
input,select,p { /* اعمال فونت به تمامی عناصر FullCalendar */
    font-family: 'Vazirmatn', sans-serif !important;
}

:root {
    --font: Vazirmatn;
    --font-weight-bold: 700;
    --header-bg-color: #264444;
}

#header {
    background: #4b8889; 
}
div.breadcrumbs {
    background: #264444; 
}
.module h2, .module caption, .inline-group h2{
    background: #264444;
}
/* a:link, a:visited { 
    color: #8d1538;
} */
button{
    background: wheat;
}
.module.inline-heading{
    background: #264444;
}
.submit-row input {
    background: #264444;
}
table {
    caption-side: top;
}
