@font-face {
  font-family: 'Roboto';
  src: url('./Roboto-Black.ttf') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('./Roboto-Bold.ttf') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('./Roboto-Light.ttf') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('./Roboto-Regular.ttf') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./Montserrat-Black.ttf') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('./Montserrat-Bold.ttf') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* @font-face {
    font-family: 'Roboto';
    src: url('./Roboto-BlackItalic.ttf') format('woff');
  }
  @font-face {
    font-family: 'Roboto';
    src: url('./Roboto-BoldItalic.ttf') format('woff');
  }
  @font-face {
    font-family: 'Roboto';
    src: url('./Roboto-Italic.ttf') format('woff');
  }
  @font-face {
    font-family: 'Roboto';
    src: url('./Roboto-LightItalic.ttf') format('woff');
  }
  @font-face {
    font-family: 'Roboto';
    src: url('./Roboto-Medium.ttf') format('woff');
  }
  @font-face {
    font-family: 'Roboto';
    src: url('./Roboto-MediumItalic.ttf') format('woff');
  }
  @font-face {
    font-family: 'Roboto';
    src: url('./Roboto-Thin.ttf') format('woff');
  }
  @font-face {
    font-family: 'Roboto';
    src: url('./Roboto-ThinItalic.ttf') format('woff');
  } */
