@font-face {
    font-family: 'IRANYekanXVF';
    src: url('../fonts/iranyekanx/IRANYekanXVF.woff') format('woff-variations'), url('../fonts/iranyekanx/IRANYekanXVF.woff2') format('woff2-variations'), url('../fonts/iranyekanx/IRANYekanXVF.ttf') format('ttf-variations'),
    /*will be the standard and works in Safari now */
    url('../fonts/iranyekanx/IRANYekanXVF.woff') format('woff'), url('../fonts/iranyekanx/IRANYekanXVF.woff2') format('woff2'), url('../fonts/iranyekanx/IRANYekanXVF.ttf') format('ttf');
    /*   for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;
}


@font-face {
    font-family: IRANYekanX;
    src: url('../fonts/iranyekanx/IRANYekanX-Regular.woff') format('woff');
}

@font-face {
    font-family: IRANYekanX;
    src: url('../fonts/iranyekanx/IRANYekanX-Bold.woff') format('woff');
    font-weight: 700;
}

html {
    font-family: IRANYekanX;
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-family: IRANYekanX;
        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 {
    font-family: IRANYekanX;
    position: relative;
    min-height: 100%;
}

body {
    font-family: IRANYekanX;
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}