@font-face {
  font-family: 'Arial Rounded Bold';
  src: url('./ARLRDBD.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Alias the same rounded font file for other font-family names used in the app so deployed build resolves them. */
@font-face {
  font-family: 'Airbnb Cereal App';
  src: url('./ARLRDBD.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ARBNB';
  src: url('./ARLRDBD.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rounded M Plus';
  src: url('./RoundedMPlus.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}