/* Add custom CSS styles below */ 
@font-face {
  font-family: 'SaudiFont';
  src: url('https://engage.moc.gov.sa/e/fonts/saudi-font/Saudi-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SaudiFont';
  src: url('https://engage.moc.gov.sa/e/fonts/saudi-font/Saudi-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body, html {
  font-family: 'SaudiFont', sans-serif;
}