/** Shopify CDN: Minification failed

Line 72:16 Expected ")" to end URL token
Line 73:16 Expected ")" to end URL token
Line 80:16 Expected ")" to end URL token
Line 81:16 Expected ")" to end URL token
Line 88:16 Expected ")" to end URL token
Line 89:16 Expected ")" to end URL token
Line 96:16 Expected ")" to end URL token
Line 97:16 Expected ")" to end URL token
Line 104:16 Expected ")" to end URL token
Line 105:16 Expected ")" to end URL token
... and 2 more hidden warnings

**/
/*
	This font software is the property of Commercial Type.

	You may not modify the font software, use it on another website, or install it on a computer.

	License information is available at http://commercialtype.com/eula
	For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

	Copyright (C) 2016 Schwartzco Inc.
	
*/

.ShopifySans-Regular {
    font-family: "Shopify Sans Regular";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

.ShopifySans-RegularItalic {
    font-family: "Shopify Sans Regular Italic";
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
}

.ShopifySans-Medium {
    font-family: "Shopify Sans Medium";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

.ShopifySans-MediumItalic {
    font-family: "Shopify Sans Medium Italic";
    font-weight: 500;
    font-style: italic;
    font-stretch: normal;
}

.ShopifySans-Bold {
    font-family: "Shopify Sans Bold";
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

.ShopifySans-BoldItalic {
    font-family: "Shopify Sans Bold Italic";
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
}

@font-face {
	font-family: "Shopify Sans Regular";
    src: url({{ "ShopifySans-Regular-Web.woff2" | file_url }}) format("woff2"),
         url({{ "ShopifySans-Regular-Web.woff" | file_url }}) format("woff");
	font-weight: 400;
	font-style: normal;
	}

@font-face {
	font-family: "Shopify Sans Regular Italic";
    src: url({{ "ShopifySans-RegularItalic-Web.woff2" | file_url }}) format("woff2"),
         url({{ "ShopifySans-RegularItalic-Web.woff" | file_url }}) format("woff");
	font-weight: 400;
	font-style: italic;
	}

@font-face {
	font-family: "Shopify Sans Medium";
    src: url({{ "ShopifySans-Medium-Web.woff2" | file_url }}) format("woff2"),
         url({{ "ShopifySans-Medium-Web.woff" | file_url }}) format("woff");
	font-weight: 500;
	font-style: normal;
	}

@font-face {
	font-family: "Shopify Sans Medium Italic";
    src: url({{ "ShopifySans-MediumItalic-Web.woff2" | file_url }}) format("woff2"),
         url({{ "ShopifySans-MediumItalic-Web.woff" | file_url }}) format("woff");
	font-weight: 500;
	font-style: italic;
	}

@font-face {
	font-family: "Shopify Sans Bold";
    src: url({{ "ShopifySans-Bold-Web.woff2" | file_url }}) format("woff2"),
         url({{ "ShopifySans-Bold-Web.woff" | file_url }}) format("woff");
	font-weight: 700;
	font-style: normal;
	}

@font-face {
	font-family: "Shopify Sans Bold Italic";
    src: url({{ "ShopifySans-BoldItalic-Web.woff2" | file_url }}) format("woff2"),
         url({{ "ShopifySans-BoldItalic-Web.woff" | file_url }}) format("woff");
	font-weight: 700;
	font-style: italic;
	}