@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/futura-pt/fonnts.com-Futura_PT_Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/futura-pt/fonnts.com-Futura_PT_Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/futura-pt/fonnts.com-Futura_PT_Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/futura-pt/fonnts.com-Futura_PT_Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

/**Lora**/
@font-face {
  font-family: 'Lora';
  src: url('../fonts/lora/static/Lora-Regular.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lora';
  src: url('../fonts/lora/static/Lora-Medium.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Lora';
  src: url('../fonts/lora/static/Lora-SemiBold.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Lora';
  src: url('../fonts/lora/static/Lora-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

/**Sail**/
@font-face {
  font-family: 'Sail';
  src: url('../fonts/sail/Sail-Regular.woff2') format('woff2'),
       url('../fonts/sail/Sail-Regular.woff') format('woff'),
       url('../fonts/sail/Sail-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.cl{clear:both;}

/**Poppins**/
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/**Inter Font**/
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}