@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic,100);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@font-face {
    font-family: "GothamProBlack";
    src: url("fonts/GothamProBlack/GothamProBlack.eot");
    src: url("fonts/GothamProBlack/GothamProBlack.eot?#iefix")format("embedded-opentype"),
    url("fonts/GothamProBlack/GothamProBlack.woff") format("woff"),
    url("fonts/GothamProBlack/GothamProBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url('fonts/GothamProRegular/GothamProRegular.eot');
  src: url('fonts/GothamProRegular/GothamProRegular.woff') format('woff'),
       url('fonts/GothamProRegular/GothamProRegular.ttf') format('truetype'),
       url('fonts/GothamProRegular/GothamProRegular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: GothamPro-Light; 
    src: url(fonts/GothamProLight.ttf); 
   }
@font-face {
    font-family: GothamPro-Bold; 
    src: url(fonts/GothamProBold.ttf); 
   }
@font-face {
    font-family: GothamPro-Medium; 
    src: url(fonts/GothamProMedium.ttf); 
   }
   @font-face {
    font-family: Georgia; 
    src: url(fonts/Georgia.ttf); 
   }
@font-face {
  font-family: "untitled-font-1";
  src:url("fonts/untitled-font-1.eot");
  src:url("fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("fonts/untitled-font-1.woff") format("woff"),
    url("fonts/untitled-font-1.ttf") format("truetype"),
    url("fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;

}
@font-face {
    font-family: icon_close;
    src: url("fonts/close_icon.svg") format("svg");
}
