
/* 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: AMULYA
*/
@font-face {
  font-family: 'Amulya'; /*400 - REGULAR*/
  src: url('../fonts/Amulya-Regular.woff2') format('woff2'),
       url('../fonts/Amulya-Regular.woff') format('woff'),
       url('../fonts/Amulya-Regular.otf') format('opentype');
       font-weight: 400;       
       font-style: normal;
       font-display: swap;
}
@font-face {
  font-family: 'Amulya'; /*400 - REGULAR ITALIC*/
  src: url('../fonts/Amulya-Italic.woff2') format('woff2'),
       url('../fonts/Amulya-Italic.woff') format('woff'),
       url('../fonts/Amulya-Italic.otf') format('opentype');       
       font-weight: 400;
       font-style: italic;
       font-display: swap;
}
@font-face {
  font-family: 'Amulya'; /*700 - BOLD*/
  src: url('../fonts/Amulya-Bold.woff2') format('woff2'),
       url('../fonts/Amulya-Bold.woff') format('woff'),
       url('../fonts/Amulya-Bold.otf') format('opentype');
       font-weight: 700;
       font-style: normal;
       font-display: swap;
}
@font-face {
  font-family: 'Amulya'; /*700 - BOLD ITALIC*/
  src: url('../fonts/Amulya-BoldItalic.woff2') format('woff2'),
       url('../fonts/Amulya-BoldItalic.woff') format('woff'),
       url('../fonts/Amulya-BoldItalic.otf') format('opentype');
       font-weight: 700;
       font-style: italic;
       font-display: swap;
}

/*
  FONT: SATOSHI
*/
@font-face {
  font-family: 'Satoshi'; /*400 - REGULAR*/
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
       url('../fonts/Satoshi-Regular.woff') format('woff'),
       url('../fonts/Satoshi-Regular.otf') format('opentype');
       font-weight: 400;
       font-style: normal;
} 
@font-face {
  font-family: 'Satoshi'; /*700 - BOLD*/
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
       url('../fonts/Satoshi-Bold.woff') format('woff'),
       url('../fonts/Satoshi-Bold.otf') format('opentype');
       font-weight: 700;
       font-style: normal;
       font-display: swap;
}
@font-face {
  font-family: 'Satoshi'; /*900 - BLACK*/
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'),
       url('../fonts/Satoshi-Black.woff') format('woff'),
       url('../fonts/Satoshi-Black.otf') format('opentype');
       font-weight: 900;
       font-style: normal;
       font-display: swap;
}

/*
  FONT: LUSITANA
*/
@font-face {
  font-family: 'Lusitana'; /*400 - REGULAR*/
  src: url('../fonts/Lusitana-Regular.woff2') format('woff2'),
       url('../fonts/Lusitana-Regular.woff') format('woff'),
       url('../fonts/Lusitana-Regular.ttf') format('truetype');
       font-weight: 400;
       font-style: normal;
       font-display: swap;
}
@font-face {
  font-family: 'Lusitana'; /*700 - BOLD*/
  src: url('../fonts/Lusitana-Bold.woff2') format('woff2'),
       url('../fonts/Lusitana-Bold.woff') format('woff'),
       url('../fonts/Lusitana-Bold.ttf') format('truetype');
       font-weight: 700;
       font-style: normal;
       font-display: swap;
}

.lusitana-regular {
  font-family: "Lusitana", serif;
  font-weight: 400;
  font-style: normal;
}

.lusitana-bold {
  font-family: "Lusitana", serif;
  font-weight: 700;
  font-style: normal;
}

/*
  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";
}



