
/* FONTES DE LETRA - DOWNLOAD/IMPORT
 =========================================================================== */

/*
  FONT: OPEN SANS
*/
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;0,800;1,400;1,700&display=swap'); */


/* --------------------------------------------------------------/
  FONT: Saira
*/
@font-face {
  font-family: 'Saira'; /*300 - LIGHT*/
  src: url('../fonts/Saira-Light.otf') format('opentype');
       font-weight: 300;       
       font-style: normal;
       font-display: swap;
}
@font-face {
  font-family: 'Saira'; /*300 - LIGHT ITALIC*/
  src: url('../fonts/Saira-LightItalic.otf') format('opentype');       
       font-weight: 300;
       font-style: italic;
       font-display: swap;
}
@font-face {
  font-family: 'Saira'; /*400 - REGULAR*/
  src: url('../fonts/Saira-Regular.otf') format('opentype');
       font-weight: 400;       
       font-style: normal;
       font-display: swap;
}
@font-face {
  font-family: 'Saira'; /*400 - REGULAR ITALIC*/
  src: url('../fonts/Saira-Italic.otf') format('opentype');       
       font-weight: 400;
       font-style: italic;
       font-display: swap;
}
@font-face {
  font-family: 'Saira'; /*600 - SEMI-BOLD*/
  src: url('../fonts/Saira-SemiBold.otf') format('opentype');
       font-weight: 600;
       font-style: normal;
       font-display: swap;
}
@font-face {
  font-family: 'Saira'; /*600 - SEMI-BOLD ITALIC*/
  src: url('../fonts/Saira-SemiBoldItalic.otf') format('opentype');
       font-weight: 600;
       font-style: italic;
       font-display: swap;
}
@font-face {
  font-family: 'Saira'; /*700 - BOLD*/
  src: url('../fonts/Saira-Bold.otf') format('opentype');
       font-weight: 700;
       font-style: normal;
       font-display: swap;
}
@font-face {
  font-family: 'Saira'; /*700 - BOLD ITALIC*/
  src: url('../fonts/Saira-BoldItalic.otf') format('opentype');
       font-weight: 700;
       font-style: italic;
       font-display: swap;
}
/* --------------------------------------------------------------/
  FONT: BOULD
*/
@font-face {
  font-family: 'Bould'; /*400 - REGULAR*/
  src: url('../fonts/Bould-Regular.otf') format('opentype');
       font-weight: 400;       
       font-style: normal;
       font-display: swap;
}
@font-face {
  font-family: 'Bould'; /*400 - REGULAR ITALIC*/
  src: url('../fonts/Bould-RegularItalic.otf') format('opentype');       
       font-weight: 400;
       font-style: italic;
       font-display: swap;
}
@font-face {
  font-family: 'Bould'; /*700 - BOLD*/
  src: url('../fonts/Bould-Bold.otf') format('opentype');
       font-weight: 700;
       font-style: normal;
       font-display: swap;
}
@font-face {
  font-family: 'Bould'; /*700 - BOLD ITALIC*/
  src: url('../fonts/Bould-BoldItalic.otf') format('opentype');
       font-weight: 700;
       font-style: italic;
       font-display: swap;
}

/* --------------------------------------------------------------/
  FONT: ICOMOON
*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.woff') format('woff'),
        url('../fonts/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon.svg') format('svg');
        font-style: normal;
        font-weight: normal;
        font-display: block;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*==============================================/
   CUSTOM SKYTRAILS ICONS
*/
.ico-sphere:before {
  content: "\e9c9";
}
.ico-earth:before {
  content: "\e9ca";
}
.ico-share2:before {
  content: "\ea82";
}
.ico-facebook:before {
  content: "\ea90";
}
.ico-facebook2:before {
  content: "\ea91";
}
.ico-instagram:before {
  content: "\ea92";
}
.ico-whatsapp:before {
  content: "\ea93";
}
.ico-twitter:before {
  content: "\ea96";
}
.ico-youtube:before {
  content: "\ea9d";
}
.ico-vimeo:before {
  content: "\eaa0";
}
.ico-vimeo2:before {
  content: "\eaa1";
}
.ico-dribbble:before {
  content: "\eaa7";
}
.ico-behance:before {
  content: "\eaa8";
}
.ico-behance2:before {
  content: "\eaa9";
}
.ico-appleinc:before {
  content: "\eabe";
}
.ico-android:before {
  content: "\eac0";
}
.icon-windows8:before {
  content: "\eac2";
}
.ico-linkedin:before {
  content: "\eac9";
}
.ico-linkedin2:before {
  content: "\eaca";
}
.ico-pinterest:before {
  content: "\ead1";
}
.ico-pinterest2:before {
  content: "\ead2";
}
