@charset "UTF-8";

@font-face {
    font-family: futura-light;
    src: url(../fonts/futura-light.ttf) format("opentype");
  }
  @font-face {
    font-family: futura-light-bt;
    src: url(../fonts/futura-light-bt.ttf) format("opentype");
  }
  @font-face {
    font-family: futura-medium;
    src: url(../fonts/Futura_Medium.otf) format("opentype");
  }
  @font-face {
    font-family: beba-regular;
    src: url(../fonts/BebaRegular.ttf) format("opentype");
  }
  @font-face {
    font-family: blueskytechco;
    src: url(../fonts/blueskytechco.ttf) format("opentype");
  }
  
  body {
    font-family: 'futura-light-bt', sans-serif !important;
}