/*  #======================================#
    #     _____       _ _       _  _       #
    #    |  __ \     (_) |     | || |      #
    #    | |__) |__ _ _| |___  | || |_     #
    #    |  _  // _` | | / __| |__   _|    #
    #    | | \ \ (_| | | \__ \    | |      #
    #    |_|  \_\__,_|_|_|___/    |_|      #
    #                                      #
    #======================================#  */

/*

http://www.myfonts.com/

* Keep all OpenType layout
* "Best" hinting for light weights
* "None" hinting for semibold & bold
* Line-height "native"
* TODO: remove unicode ranges: -0100-02b0,-0386-1ef3,-f66d-f6ad
*   (not applied, removed more than just these ranges!)

*/

@font-face { /* light */
  font-family: 'ProximaNova';
  src: url('//assets.catawiki.nl/fonts/v3/proximanova/proximanova-light.woff2') format('woff2'),
       url('//assets.catawiki.nl/fonts/v3/proximanova/proximanova-light.woff') format('woff'),
       url('//assets.catawiki.nl/fonts/v3/proximanova/proximanova-light.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face { /* bold */
  font-family: 'ProximaNova';
  src: url('//assets.catawiki.nl/fonts/v3/proximanova/proximanova-bold.woff2') format('woff2'),
       url('//assets.catawiki.nl/fonts/v3/proximanova/proximanova-bold.woff') format('woff'),
       url('//assets.catawiki.nl/fonts/v3/proximanova/proximanova-bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face { /* light italic */
  font-family: 'ProximaNova';
  src: url('//assets.catawiki.nl/fonts/v3/proximanova/proximanova-light-italic.woff2') format('woff2'),
       url('//assets.catawiki.nl/fonts/v3/proximanova/proximanova-light-italic.woff') format('woff'),
       url('//assets.catawiki.nl/fonts/v3/proximanova/proximanova-light-italic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@import url("//hello.myfonts.net/count/2d6e97");
