@font-face {
    font-family: 'Oaxaca';
    src: url('OaxacaRegular.eot');
    src: url('OaxacaRegular.eot?#iefix') format('embedded-opentype'),
        url('OaxacaRegular.woff2') format('woff2'),
        url('OaxacaRegular.woff') format('woff'),
        url('OaxacaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelloParisSans-Regular';
    src: url('HelloParisSans-Regular.eot');
    src: url('HelloParisSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('HelloParisSans-Regular.woff2') format('woff2'),
        url('HelloParisSans-Regular.woff') format('woff'),
        url('HelloParisSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelloParisSans-Medium';
    src: url('HelloParisSans-Medium.eot');
    src: url('HelloParisSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('HelloParisSans-Medium.woff2') format('woff2'),
        url('HelloParisSans-Medium.woff') format('woff'),
        url('HelloParisSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelloParisSans-Light';
    src: url('HelloParisSans-Light.eot');
    src: url('HelloParisSans-Light.eot?#iefix') format('embedded-opentype'),
        url('HelloParisSans-Light.woff2') format('woff2'),
        url('HelloParisSans-Light.woff') format('woff'),
        url('HelloParisSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelloParisSans-ExtraLight';
    src: url('HelloParisSans-ExtraLight.eot');
    src: url('HelloParisSans-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('HelloParisSans-ExtraLight.woff2') format('woff2'),
        url('HelloParisSans-ExtraLight.woff') format('woff'),
        url('HelloParisSans-ExtraLight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelloParisSans-Bold';
    src: url('HelloParisSans-Bold.eot');
    src: url('HelloParisSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('HelloParisSans-Bold.woff2') format('woff2'),
        url('HelloParisSans-Bold.woff') format('woff'),
        url('HelloParisSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style:normal;
    /* font-display: swap; */
}
@font-face {
    font-family: 'Albert-Regular';
    src: url('AlbertSans-Regular.eot');
    src: url('AlbertSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('AlbertSans-Regular.woff2') format('woff2'),
        url('AlbertSans-Regular.woff') format('woff'),
        url('AlbertSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Albert-Italic';
    src: url('AlbertSans-Italic.eot');
    src: url('AlbertSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('AlbertSans-Italic.woff2') format('woff2'),
        url('AlbertSans-Italic.woff') format('woff'),
        url('AlbertSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


/* icon font */

@font-face {
    font-family: 'birdicon';
    src:  url('birdicon.eot?jyqla5');
    src:  url('birdicon.eot?jyqla5#iefix') format('embedded-opentype'),
      url('birdicon.ttf?jyqla5') format('truetype'),
      url('birdicon.woff?jyqla5') format('woff'),
      url('birdicon.svg?jyqla5#birdicon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    font-family: 'birdicon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-bird-left:before {
    content: "\e900";
  }
  .icon-bird-right:before {
    content: "\e907";
  }
  
/* icon font */