@font-face {
  font-family: 'Creato Display';
  src: url('./CreatoDisplay/CreatoDisplay-Light.otf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Creato Display';
  src: url('./CreatoDisplay/CreatoDisplay-Regular.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Creato Display';
  src: url('./CreatoDisplay/CreatoDisplay-Medium.otf');
  font-weight: 500;
  font-style: normal;
} 

@font-face {
  font-family: 'Creato Display';
  src: url('./CreatoDisplay/CreatoDisplay-Bold.otf');
  font-weight: bold;
  font-style: normal;
}