/**
 * 2. Original bundled Phosphor icon font, reduced to icons used by the theme.
 */
@font-face {
	font-family: "Phosphor";
	src: url("../fonts/phosphor.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.ph {
	font-family: "Phosphor" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	font-feature-settings: "liga";
	font-variant-ligatures: discretionary-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ph-arrows-clockwise::before { content: "\e094"; }
.ph-bookmark-simple::before { content: "\e0ea"; }
.ph-caret-left::before { content: "\e138"; }
.ph-chat-circle::before { content: "\e168"; }
.ph-check::before { content: "\e182"; }
.ph-check-circle::before { content: "\e184"; }
.ph-crown::before { content: "\e614"; }
.ph-devices::before { content: "\eba4"; }
.ph-heart::before { content: "\e2a8"; }
.ph-house::before { content: "\e2c2"; }
.ph-image::before { content: "\e2ca"; }
.ph-lock-open::before { content: "\e306"; }
.ph-lock-simple::before { content: "\e308"; }
.ph-magnifying-glass::before { content: "\e30c"; }
.ph-shield-check::before { content: "\e40c"; }
.ph-sparkle::before { content: "\e6a2"; }
.ph-stack::before { content: "\e466"; }
.ph-timer::before { content: "\e492"; }
.ph-user::before { content: "\e4c2"; }
.ph-users-three::before { content: "\e68e"; }
