/* Miamo Font Family - Custom Brand Font */
@font-face {
  font-family: 'Miamo';
  src: url('./Miamo/Miamo Medium.ttf') format('truetype'),
       url('./Miamo/Miamo Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: 'Miamo';
  src: url('./Miamo/Miamo SemiBold.ttf') format('truetype'),
       url('./Miamo/Miamo SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Miamo';
  src: url('./Miamo/Miamo Light.ttf') format('truetype'),
       url('./Miamo/Miamo Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Miamo';
  src: url('./Miamo/Miamo Thin.ttf') format('truetype'),
       url('./Miamo/Miamo Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Miamo Script';
  src: url('./Miamo/Miamo Script.ttf') format('truetype'),
       url('./Miamo/Miamo Script.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
