/*
@font-face {
    font-family: 'majalla2';
    src: url('../../fonts/majalla.ttf') format('truetype')
}
*/
/*@font-face {
    font-family: 'TraditionalArabic';
    src: url('~/fonts/TRADBDO.TTF') format('truetype')
}*/

/*@font-face {
    font-family: 'IDAutomationHC39M';
    src: url('~/fonts/IDAutomationHC39M.ttf') format('truetype');
    src: url("~/fonts/IDAutomationHC39M_FREE.otf") format("opentype");
}
*/

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

