/* @font-face {
  font-family: 'CircularStd';
  font-weight: 400;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 500;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 700;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
} */

/* FIGMA FONT FAMILY */
@font-face {
  font-family: 'Objectivity-regular';
  font-weight: 400;
  font-style: normal;
  src: local('Objectivity'), url('objectivity.regular.otf');
}

@font-face {
  font-family: 'Objectivity';
  font-weight: 400;
  font-style: normal;
  src: local('Objectivity'), url('objectivity.regular.otf');
}


@font-face {
  font-family: 'Objectivity-light';
  font-style: normal;
  src: local('Objectivity'), url('objectivity.light.otf');
}

@font-face {
  font-family: 'Objectivity-medium';
  font-style: normal;
  src: local('Objectivity'), url('objectivity.medium.otf');
}

@font-face {
  font-family: 'Objectivity-bold';
  font-style: normal;
  src: local('Objectivity'), url('objectivity.bold.otf');
  font-display: swap;
}

@font-face {
  font-family: 'Objectivity-extra-bold';
  font-style: normal;
  src: local('Objectivity'), url('objectivity.extra-bold.otf');
}

@font-face {
  font-family: 'Objectivity-thin';
  font-style: normal;
  src: local('Objectivity'), url('objectivity.thin.otf');
}
