@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  src: local("Segoe UI"),
    url(https://storage.googleapis.com/yotako-fonts/CdnFonts/ttfFonts/Segoe%20UI/Segoe%20UI.ttf)
      format("truetype");
}
@font-face {
    font-family: "Segoe UI";
  font-style: italic;
  font-weight: 400;
  src: local("Segoe UI"),
    url(https://storage.googleapis.com/yotako-fonts/CdnFonts/ttfFonts/Segoe%20UI/Segoe%20UI%20Italic.ttf)
      format("truetype");
}
@font-face {
    font-family: "Segoe UI";
  font-style: normal;
  font-weight: 600;
  src: local("Segoe UI"),
    url(https://storage.googleapis.com/yotako-fonts/CdnFonts/ttfFonts/Segoe%20UI/Segoe%20UI%20Bold.ttf)
      format("truetype");
}
@font-face {
    font-family: "Segoe UI";
  font-style: italic;
  font-weight: 600;
  src: local("Segoe UI"),
    url(https://storage.googleapis.com/yotako-fonts/CdnFonts/ttfFonts/Segoe%20UI/Segoe%20UI%20Bold%20Italic.ttf)
      format("truetype");
}