body {
      color: #001664;
  font-family: 'regular';
  font-size: 1.2rem;
  line-height: 1.9rem; 
}

h1 {
    font-family: 'italic'; 
  color: #d20101;
  position: relative;
    font-size: 1.5rem;
  line-height: 2.1rem; 
}

@font-face {
  font-family: 'regular';
  src: url('adelphe.ttf');
}

@font-face {
  font-family: 'italic';
  src: url('bold.ttf');
}

@font-face {
  font-family: 'alef';
  src: url('alef.ttf');
}

