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;
}

/* use rudaw fonts */
@font-face {
    font-family: 'Rudaw';
    src: url('/fonts/rudawbold.eot'); /* IE9 Compat Modes */
    src: url('/fonts/rudawbold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/rudawbold.woff') format('woff'), /* Modern Browsers */
    url('/fonts/rudawbold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/rudawbold.svg#Rudaw') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

/* make all th and td center */
table th,
table td {
    text-align: center; /* Center-align text in all table headers and data cells */
    vertical-align: middle; /* Optional: center-align vertically */
}

