@font-face {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  src: url('./Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto-Bold';
  font-weight: normal;
  font-style: normal;
  src: url('./Roboto-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto-Medium';
  font-display: swap;
  src: url('./Roboto-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto-Light';
  font-display: swap;
  src: url('./Roboto-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Morrisons-Medium';
  font-display: swap;
  src: url('./MorrisonsAgenda-Medium.otf') format('truetype');
}

@font-face {
  font-family: 'Morrisons-Bold';
  font-display: swap;
  src: url('./MorrisonsAgenda-Bold.otf') format('truetype');
}
