/* Icons ==================================================================== */
@font-face {
  font-family: 'fresh-icons';
  src: url("fonts/fresh-icons/fresh-icons.eot");
  src: local("☺︎"),
        url("fonts/fresh-icons/fresh-icons.eot?#iefix") format("embedded-opentype"),
        url("fonts/fresh-icons/fresh-icons.woff") format("woff"),
        url("fonts/fresh-icons/fresh-icons.ttf") format("truetype"),
        url("fonts/fresh-icons/fresh-icons.svg#fresh-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Fonts ==================================================================== */
@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/text/proxima-nova-light.woff2") format("woff2"),
       url("fonts/text/proxima-nova-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/text/proxima-nova-light-italic.woff2") format("woff2"),
       url("fonts/text/proxima-nova-light-italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/text/proxima-nova-regular.woff2") format("woff2"),
       url("fonts/text/proxima-nova-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/text/proxima-nova-regular-italic.woff2") format("woff2"),
       url("fonts/text/proxima-nova-regular-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/text/proxima-nova-semibold.woff2") format("woff2"),
       url("fonts/text/proxima-nova-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/text/proxima-nova-semibold-italic.woff2") format("woff2"),
       url("fonts/text/proxima-nova-semibold-italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/text/proxima-nova-bold.woff2") format("woff2"),
       url("fonts/text/proxima-nova-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/text/proxima-nova-bold-italic.woff2") format("woff2"),
       url("fonts/text/proxima-nova-bold-italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Clarendon Text Pro";
  src: url("fonts/text/clarendon-text-pro-regular.woff2") format("woff2"),
       url("fonts/text/clarendon-text-pro-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Clarendon Text Pro";
  src: url("fonts/text/clarendon-text-pro-regular-italic.woff2") format("woff2"),
       url("fonts/text/clarendon-text-pro-regular-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Copernicus";
  src: url("fonts/text/copernicus-heavy-italic.woff2") format("woff2"),
       url("fonts/text/copernicus-heavy-italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}