﻿
@font-face {
    font-family: estedad-regular;
    src: url('../../fonts/estedad-regular.woff2') format('woff2');
}

@font-face {
    font-family: estedad-bold;
    src: url('../../fonts/estedad-bold.woff2') format('woff2');
}

@font-face {
    font-family: estedad-medium;
    src: url('../../fonts/estedad-medium.woff2') format('woff2');
}

@font-face {
    font-family: estedad-semibold;
    src: url('../../fonts/estedad-semibold.woff2') format('woff2');
}
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%;
}

container my-4, pb-3 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

html, body {
    height: 100%; /* ارتفاع کل صفحه */
    margin: 0;
}

body {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* حداقل ارتفاع برابر با ارتفاع ویوپورت */
}

main {
    flex: 1 0 auto; /* محتوای اصلی فضای باقی‌مانده را اشغال کند */
}

footer {
    flex-shrink: 0; /* از فوتر نمی‌گذریم */
}

body,.container,
.mt-4,
.mt-5 {
    font-family: estedad-semibold, sans-serif;
}