﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

/*body {
    margin-bottom: 60px;
    font-family: 'OpenSans', sans-serif;

}*/
/* ابتدای فایل site.css */

/* open-sans-semibold - latin */


/* تنظیمات body */
body {
    margin-bottom: 60px;
    font-family: 'shoor', sans-serif;
    font-weight: 600; /* اگر می‌خواهید تمام متن SemiBold باشد */
}
* {
    margin-bottom: 60px;
    font-family: 'shoor', sans-serif;
    font-weight: 600;
}

@font-face {
    font-display: swap;
    font-family: 'shoor';
    font-style: normal;
    font-weight: 600; /* وزن SemiBold */
    src: url('../fonts/shoor.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'tajrid';
    font-style: normal;
    font-weight: 600; /* وزن SemiBold */
    src: url('../fonts/Tajrid.OTF') format('truetype');
}