		@font-face {
		    font-family: 'Gilroy';
		    src: url('../../assets/fonts/gilroy-light-webfont.woff2') format('woff2'),
		        url('../../assets/fonts/gilroy-light-webfont.woff') format('woff');
		    font-weight: bold;
		    font-style: normal;
		    font-display: swap;
		}

		html {
			background: #fff;
		}
    	body {
			font-family: 'EB Garamond';
			color: #333;
		}
		.uk-background-primary {
			background: #000;
		}
		.uk-container-xlarge, .categories { 
			max-width: 500px;
			margin: auto;
		 }
		h1 {
			font-size: 2.5rem;
			font-family: 'Luxurious Script';
			color: #333;
			text-align: center;
		}
		h2 {
			font-family: 'EB Garamond';
			font-weight: 600;
			font-style: italic;
			color: #a79c6e;
		}
		h3 {
			font-family: 'Gilroy';
			text-transform: uppercase;
			text-align: center;
		}
		h4{
			font-family: 'EB Garamond';
			font-size: 16px;
			font-weight: bolder;
			font-style: italic;
			margin: 0 0 10px 0;
		}
		h5 {
			font-family: 'EB Garamond';
			font-size: 16px;
			text-transform: uppercase;
			margin: 0 0 10px 0;
		}
		p {
			margin: 0 0 10px 0;
			font-size: 16px;
			font-style: italic;
		}
		.legal p{
			font-family: 'Gilroy';
			font-size: 12px;
			font-style: normal;
		}
		hr {
			border-top-color: #fff;
		}
		hr.divider{
			border-top-color: #d4c59d;
			margin: 40px 0;
		}
		.vegan {
			color: #7c8442;
		}
		.uk-light a{
			color: rgba(255,255,255,.75);
		}
		.uk-label {
			padding: 0px 5px;
			font-size: 0.7rem;
			text-transform: none;
			background-color: #8F8356;
			vertical-align: text-top;
		}
		.uk-slidenav{
			padding: 8px;
		}
		.uk-accordion li {
		    padding: 0 0 20px 0;
		    border-bottom: 1px solid #d4c59d;
		}
		.uk-accordion-title {
			font-family: 'Luxurious Script';
			font-size: 2rem;
			line-height: 2;
			color: #333;
		}
    	li.category.selected a{
    		font-weight: bold;
    		color: #fff;
    	}