/*
 * Phosphor Icons — subset (only the glyphs this theme uses).
 * Icons: MIT License, Copyright (c) 2023 Phosphor Icons — https://phosphoricons.com
 * Full license text: assets/icons/PHOSPHOR-LICENSE.
 * Subsetted from @phosphor-icons/web v2.1.1 (light + fill weights) to keep payload tiny.
 */
@font-face {
	font-family: "Phosphor-Light";
	src: url("./Phosphor-Light.subset.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: "Phosphor-Fill";
	src: url("./Phosphor-Fill.subset.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.ph-light,
.ph-fill {
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
}
.ph-light { font-family: "Phosphor-Light" !important; }
.ph-fill { font-family: "Phosphor-Fill" !important; }
.ph-light.ph-map-pin:before { content: "\e316"; }
.ph-light.ph-flame:before { content: "\e624"; }
.ph-light.ph-magnifying-glass:before { content: "\e30c"; }
.ph-light.ph-user:before { content: "\e4c2"; }
.ph-light.ph-handbag-simple:before { content: "\e62e"; }
.ph-light.ph-caret-left:before { content: "\e138"; }
.ph-light.ph-caret-right:before { content: "\e13a"; }
.ph-light.ph-hand-heart:before { content: "\e810"; }
.ph-light.ph-truck:before { content: "\e4b4"; }
.ph-light.ph-gift:before { content: "\e276"; }
.ph-light.ph-instagram-logo:before { content: "\e2d0"; }
.ph-light.ph-heart:before { content: "\e2a8"; }
.ph-light.ph-facebook-logo:before { content: "\e226"; }
.ph-light.ph-tiktok-logo:before { content: "\eaf2"; }
.ph-light.ph-envelope-simple:before { content: "\e218"; }
