@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Thin.ttf");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-SemiBold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Light.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Bold.ttf");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-SemiBoldItalic";
  src: url("../font/Montserrat-SemiBoldItalic.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Georgia";
   src: url("../font/georgia-italic.ttf");
  font-weight: 600;
  font-style: italic;
}
