/*
 * Custom CSS
 */

:root {
  --bs-body-bg: var(--bs-gray-100);
}

@font-face {
   font-family: demirciFont;
   src: url(NotoSerif-Bold.woff);
}

@font-face {
   font-family: demirciFont;
   src: url(NotoSerif-Bold.woff);
   font-weight: bold;
}

* {
   font-family: demirciFont;
   font-size: 30px;
}