@charset "UTF-8";
/*!
  * Fonts - Educatius Academy Web 1.0
  * Copyright 2022 All Right Reserved 
*/

 /* The-Future-regular */
  @font-face {
    font-family: 'The-Future';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/the-future-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/the-future-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/the-future-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/the-future-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/the-future-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/the-future-regular.svg#BebasNeue') format('svg'); /* Legacy iOS */
  }

  /* The-Future-light */
  @font-face {
    font-family: 'The-Future';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/the-future-light.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/the-future-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/the-future-light.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/the-future-light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/the-future-light.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/the-future-light.svg#BebasNeue') format('svg'); /* Legacy iOS */
  }

    /* The-Future-bold */
    @font-face {
      font-family: 'The-Future';
      font-style: normal;
      font-weight: bold;
      src: url('../fonts/the-future-bold.eot'); /* IE9 Compat Modes */
      src: local(''),
           url('../fonts/the-future-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('../fonts/the-future-bold.woff2') format('woff2'), /* Super Modern Browsers */
           url('../fonts/the-future-bold.woff') format('woff'), /* Modern Browsers */
           url('../fonts/the-future-bold.ttf') format('truetype'), /* Safari, Android, iOS */
           url('../fonts/the-future-bold.svg#BebasNeue') format('svg'); /* Legacy iOS */
    }

    /* The-Future-medium */
    @font-face {
      font-family: 'The-Future';
      font-style: normal;
      font-weight: 500;
      src: url('../fonts/the-future-medium.eot'); /* IE9 Compat Modes */
      src: local(''),
           url('../fonts/the-future-medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('../fonts/the-future-medium.woff2') format('woff2'), /* Super Modern Browsers */
           url('../fonts/the-future-medium.woff') format('woff'), /* Modern Browsers */
           url('../fonts/the-future-medium.ttf') format('truetype'), /* Safari, Android, iOS */
           url('../fonts/the-future-medium.svg#WorkSans') format('svg'); /* Legacy iOS */
    }