/* @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');
} */

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: url('OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 500;
  font-style: normal;
  src: url('OpenSans-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  src: url('OpenSans-Bold.ttf') format('truetype');
}

body {
  font-family: 'Open Sans', sans-serif;
}

/* @media (min-width: 600px) {
  .css-s9h7iz-MuiButtonBase-root-MuiTab-root:not(:last-of-type) {
    margin-right: 0px;
  }
}

.css-p4b5vz-MuiButtonBase-root-MuiTab-root:not(:last-of-type) {
  margin-right: 10px;
} */
