﻿/* تعریف فونت Regular */
@font-face {
    font-family: 'IranYekan';
    src: url('/font/iranyekanwebregular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* تعریف فونت Medium */
@font-face {
    font-family: 'IranYekan';
    src: url('/font/iranyekanwebmedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* تعریف فونت Bold */
@font-face {
    font-family: 'IranYekan';
    src: url('/font/iranyekanwebbold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* تعریف فونت ExtraBold */
@font-face {
    font-family: 'IranYekan';
    src: url('/font/iranyekanwebextrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

/* استفاده پیش‌فرض از فونت IranYekan در بدنه */
body {
    font-family: 'IranYekan', sans-serif;
}

h1 {
    font-weight: 700; /* استفاده از نسخه Bold */
}

p {
    font-weight: 400; /* استفاده از نسخه Regular */
}

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;
}

.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;
}

.pump-toggle-btn {
    transition: background-color 0.3s ease, color 0.3s ease;
}

