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-face {
    font-family: 'InterRegular'; /* Choose a name for your font family */
    src: url('../Asset/Fonts/inter/Inter-Regular.otf') format('opentype'); /* Add more formats for wider compatibility */
    font-weight: bolder; /* Define the font weight (normal, bold, etc.) */
    font-style: normal; /* Define the font style (normal, italic, etc.) */
    font-display: swap; /* Important: See explanation below */
    font-size:16px;
    
}

@font-face {
    font-family: 'InterMedium'; /* Choose a name for your font family */
    src: url('../Asset/Fonts/inter/Inter-Medium.otf') format('opentype'); /* Add more formats for wider compatibility */
    font-weight: bold; /* Define the font weight (normal, bold, etc.) */
    font-style: normal; /* Define the font style (normal, italic, etc.) */
    font-display: swap; /* Important: See explanation below */
}

@font-face {
    font-family: 'InterItalic'; /* Choose a name for your font family */
    src: url('../Asset/Fonts/inter/Inter-BoldItalic.otf') format('opentype'); /* Add more formats for wider compatibility */
    font-weight: bold; /* Define the font weight (normal, bold, etc.) */
    font-style: normal; /* Define the font style (normal, italic, etc.) */
    font-display: swap; /* Important: See explanation below */
}