			@font-face {
				font-family: 'entypo-fontello';
				font-weight: normal;
				font-style: normal;
				font-display: swap;
				src:
					url('../fonts/entypo-fontello.woff2') format('woff2'),
					url('../fonts/entypo-fontello.woff') format('woff');
			}

			.entypo {
				font-family: 'entypo-fontello';
				font-style: normal;
				font-weight: normal;
				speak: none;
				display: inline-block;
				text-decoration: inherit;
				text-align: center;
				line-height: 1;
			}

			.entypo-heart:before {
				content: "\E806";
			}
            .entypo-heart-outlined:before {
				content: "\E807";
			}
            .entypo-shopping-cart:before {
				content: "\E859"; 
			}
            .entypo-price-tag:before {
                content: "\E827"; 
            }
            .entypo-users:before {
                content: "\E80B"; 
            }
            .entypo-add-user:before {
                content: "\E80C"; 
            }