@font-face {
  font-family: 'Maccos';
  src: url('../fonttest/maccos/MACCOS_REGULAR_Demo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Maccos';
  src: url('../fonttest/maccos/MACCOS_LIGHT_Demo.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Maccos';
  src: url('../fonttest/maccos/MACCOS_BOLD_Demo.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Maccos Double';
  src: url('../fonttest/maccos/MACCOS_DOUBLE_Demo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
