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

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

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