/* @font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: local('Roboto'), url('Roboto-Regular.ttf') format('opentype');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  src: local('Roboto'), url('Roboto-Bold.ttf') format('opentype');
} */

/* @font-face {
  font-family: 'WorkSans';
  font-weight: 400;
  font-style: normal;
  src: local('WorkSans'), url('WorkSans-Regular.ttf') format('opentype');
}

@font-face {
  font-family: 'WorkSans';
  font-weight: 700;
  font-style: normal;
  src: local('WorkSans'), url('WorkSans-SemiBold.ttf') format('opentype');
} */

@font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-style: normal;
  src: local('Inter'), url('Inter-Regular.ttf') format('opentype');
}

@font-face {
  font-family: 'Inter';
  font-weight: 500;
  font-style: normal;
  src: local('Inter'), url('Inter-Medium.ttf') format('opentype');
}

@font-face {
  font-family: 'Inter';
  font-weight: 600;
  font-style: 600;
  src: local('Inter'), url('Inter-SemiBold.ttf') format('opentype');
}

@font-face {
  font-family: 'Inter';
  font-weight: 700;
  font-style: normal;
  src: local('Inter'), url('Inter-Bold.ttf') format('opentype');
}
