@font-face {
  font-family: 'Noto Serif';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/NotoSerif-VariableFont_wdth_wght.eot?#iefix') format('embedded-opentype'), 
       url('fonts/NotoSerif-VariableFont_wdth_wght.woff') format('woff'), 
       url('fonts/NotoSerif-VariableFont_wdth_wght.ttf')  format('truetype'),
       url('fonts/NotoSerif-VariableFont_wdth_wght.ttf')  format('truetype');
}

body {
  background-color: #f1efe7;
  color: #010b13;
  font-family: 'Noto Serif', sans-serif;
}

footer {
    text-align: right;
    color: black;
}