
@font-face {
  font-family: 'Elgraine';
  src: url('assets/elgraine-font/Elgraine-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Elgraine';
  src: url('assets/elgraine-font/Elgraine-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Elgraine';
  src: url('assets/elgraine-font/Elgraine-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Elgraine';
  src: url('assets/elgraine-font/Elgraine-BoldItalic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Elgraine';
  src: url('assets/elgraine-font/Elgraine-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Elgraine';
  src: url('assets/elgraine-font/Elgraine-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}



