/*
 * Legal Disclaimer
 *
  * These web fonts are licensed exclusively for use on the following:
 * Web domains belonging to this customer.
 * http://www.puig.com
 * It is strictly forbidden to download or use these fonts on any other website domain or media.

 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2024
 */


/*
 *
 * 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.
 *
 */

@font-face {
	font-family: "Paralelo Regular";
	src:url("Paralelo-Regular.woff2") format("woff2"),
	    url("Paralelo-Regular.woff") format("woff");
}

@font-face {
	font-family: "Puig Lettera Text Web Light";
	src:url("PuigLetteraTextWeb-Light.woff2") format("woff2"),
	    url("PuigLetteraTextWeb-Light.woff") format("woff");
}

@font-face {
	font-family: "Puig Lettera Text Web Light Italic";
	src:url("PuigLetteraTextWeb-LightItalic.woff2") format("woff2"),
	    url("PuigLetteraTextWeb-LightItalic.woff") format("woff");
}

@font-face {
	font-family: "Puig Lettera Text Web Regular";
	src:url("PuigLetteraTextWeb-Regular.woff2") format("woff2"),
	    url("PuigLetteraTextWeb-Regular.woff") format("woff");
}

@font-face {
	font-family: "Puig Lettera Text Web Italic";
	src:url("PuigLetteraTextWeb-Italic.woff2") format("woff2"),
	    url("PuigLetteraTextWeb-Italic.woff") format("woff");
}

@font-face {
	font-family: "Puig Lettera Text Web Medium";
	src:url("PuigLetteraTextWeb-Medium.woff2") format("woff2"),
	    url("PuigLetteraTextWeb-Medium.woff") format("woff");
}

@font-face {
	font-family: "Puig Lettera Text Web Medium Italic";
	src:url("PuigLetteraTextWeb-MediumItalic.woff2") format("woff2"),
	    url("PuigLetteraTextWeb-MediumItalic.woff") format("woff");
}