@font-face {
  font-family: 'COMO';
  src: url('../fonts/COMO-Light.woff2') format('woff2'),
       url('../fonts/COMO-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'COMO';
  src: url('../fonts/COMO-Regular.woff2') format('woff2'),
       url('../fonts/COMO-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'COMO';
  src: url('../fonts/COMO-SemiBold.woff2') format('woff2'),
       url('../fonts/COMO-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'COMO';
  src: url('../fonts/COMO-Bold.woff2') format('woff2'),
       url('../fonts/COMO-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}