/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * metlife.com
 * and websites belonging to MetLife Inc.
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2017
 */

/*
 *
 * INSTRUCTIONS
 *
 * Copy the Legal Disclaimer and the @font-faces statements to your regular CSS file.
 * The fonts folder(s) should be placed relative to the regular CSS file.
 *
 * You can use either the complete or subsetted fonts:
 * If you don’t require the entire range of characters, you can use the smaller, subsetted webfonts instead.
 * See "Glyphs & Languages" for an overview of the characters in the corresponding html file in the root directory of this package.
 *
 */

/* Complete */

@font-face {
  font-family: 'MetLifeCircularWeb';
  src: url('webfonts/MetLifeCircularWeb-Bold.eot');
  src: url('webfonts/MetLifeCircularWeb-Bold.eot?#iefix') format('embedded-opentype'),
    url('webfonts/MetLifeCircularWeb-Bold.woff2') format('woff2'),
    url('webfonts/MetLifeCircularWeb-Bold.woff') format('woff'),
    url('webfonts/MetLifeCircularTT-Bold.ttf') format('ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'MetLifeCircularWeb';
  src: url('webfonts/MetLifeCircularWeb-Normal.eot');
  src: url('webfonts/MetLifeCircularWeb-Normal.eot?#iefix') format('embedded-opentype'),
    url('webfonts/MetLifeCircularWeb-Normal.woff2') format('woff2'),
    url('webfonts/MetLifeCircularWeb-Normal.woff') format('woff'),
    url('webfonts/MetLifeCircularTT-Normal.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MetLifeCircularWeb';
  src: url('webfonts/MetLifeCircularWeb-Medium.eot');
  src: url('webfonts/MetLifeCircularWeb-Medium.eot?#iefix') format('embedded-opentype'),
    url('webfonts/MetLifeCircularWeb-Medium.woff2') format('woff2'),
    url('webfonts/MetLifeCircularWeb-Medium.woff') format('woff'),
    url('webfonts/MetLifeCircularTT-Medium.ttf') format('ttf');
  font-weight: 600;
  font-style: normal;
}