/*
 *
 * INSTRUCTIONS
 *
 * Copy the Legal Disclaimer and the @font-faces statements to your regular CSS file.
 * The font file(s) should be placed relative to the regular CSS file.
 *
 */

/*
 * Legal Disclaimer for Web licence
 *
 * Licence to use webfonts for displaying dynamic text on designated website domains.
 *
 * Should the license page views limit be exceeded the license holder will be required to contact Lineto.com for an upgrade.
 * 
 * It is strictly prohibited to rename the font and to download or use these fonts in any other media. 
 * 
 * These Web fonts are licensed exclusively for the use on the following domain(s) and their subdomains:
 *
 * For development and design of perf-solutions.com
 * Fonts delivered to camille.vigouroux@gmail.com
 *
 */

/* complete */

@font-face {
  font-family: "lettera-light";
  src: url("../fonts/LetteraTextLLWeb-Light.woff") format("woff");
}

@font-face {
  font-family: "lettera-light";
  src: url("../fonts/LetteraTextLLWeb-Light.woff2") format("woff2");
}

@font-face {
  font-family: "lettera";
  src: url("../fonts/LetteraTextLLWeb-Regular.woff") format("woff");
}

@font-face {
  font-family: "lettera";
  src: url("../fonts/LetteraTextLLWeb-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "lettera-italic";
  src: url("../fonts/LetteraTextLLWeb-Italic.woff") format("woff");
}

@font-face {
  font-family: "lettera-italic";
  src: url("../fonts/LetteraTextLLWeb-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "lettera-medium";
  src: url("../fonts/LetteraTextLLWeb-Medium.woff") format("woff");
}

@font-face {
  font-family: "lettera-medium";
  src: url("../fonts/LetteraTextLLWeb-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "lettera-black";
  src: url("../fonts/LetteraTextLLWeb-Black.woff") format("woff");
}

@font-face {
  font-family: "lettera-black";
  src: url("../fonts/LetteraTextLLWeb-Black.woff2") format("woff2");
}

