/*Fonts*/
@font-face 
{
  font-family: "Sky_Bold";
  src: url("../fonts/Sky_Bold.otf") format('otf');
  src: url("../fonts/Sky_Bold.ttf") format('truetype');
  src: url("../fonts/Sky_Bold.woff2") format('woff2');
  src: url("../fonts/Sky_Bold.woff") format('woff');
}

@font-face 
{
  font-family: "Sky_Med";
  src: url("../fonts/Sky_Med.otf") format('otf');
  src: url("../fonts/Sky_Med.ttf") format('truetype');
  src: url("../fonts/Sky_Med.woff2") format('woff2');
  src: url("../fonts/Sky_Med.woff") format('woff');
}