/* CreatoDisplay Font Declarations */
@font-face {
  font-family: 'CreatoDisplay';
  src: url('./CreatoDisplay-Light.otf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CreatoDisplay';
  src: url('./CreatoDisplay-Regular.otf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CreatoDisplay';
  src: url('./CreatoDisplay-Medium.otf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CreatoDisplay';
  src: url('./CreatoDisplay-Bold.otf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}