@font-face {
    font-family: "Cobe";
    src: local("Cobe Regular"), local("Cobe-Regular"),
        url("Cobe-Regular.woff2") format("woff2"),
        url("Cobe-Regular.woff") format("woff"),
        url("Cobe-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  
  .ki {
    color: #0071B9;
    font-family: "Cobe", Cobe-Regular;
    text-decoration: none;  
	font-size: 2.5vw;
  }
  .intranet {
    color: #222222;
    font-family: "Cobe", Cobe-Regular;
    text-decoration: none;  
	font-size: 3.5vw;
  }
