@font-face {
  font-family: open-sans;
  src: url('./fonts/OpenSans-Regular.ttf');
  font-weight: normal;
}

@font-face {
  font-family: open-sans;
  src: url('./fonts/OpenSans-Bold.ttf');
  font-stretch: normal;
  font-weight: bold;
}

@font-face {
  font-family: open-sans;
  src: url('./fonts/OpenSans-Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: open-sans;
  src: url('./fonts/OpenSans-SemiBold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: open-sans;
  src: url('./fonts/OpenSans-ExtraBold.ttf');
  font-weight: 800;
}

@font-face {
  font-family: open-sans;
  src: url('./fonts/OpenSans-ExtraBold.ttf');
  font-weight: 900;
}

@font-face {
  font-family: open-sans;
  src: url('./fonts/OpenSans-Italic.ttf');
  font-style: italic;
}

body {
  font-family: open-sans, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
