@font-face {
  font-family: 'blackstone';
    src: url('Blakstone.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Noto Sans';
    src: url('NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Noto Sans Bold';
    src: url('NotoSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
  font-family: 'Noto Sans';
    src: url('NotoSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}