@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: url('CircularStd-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'Helvetica Nue';
  font-weight: 400;
  src: url('./helvetica/HelveticaNeueRoman.otf') format('truetype');
}
@font-face {
  font-family: 'Helvetica Nue';
  font-weight: 500;
  src: url('./helvetica/HelveticaNeueMedium.otf') format('opentype');
}
@font-face {
  font-family: 'Oswald';
  font-weight: 800;
  src: url('./oswald/Oswald-Bold.ttf') format('opentype');
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  box-shadow: inset 0 0 20px 20px transparent;
}
