@font-face {
    font-family: "Phosphor";
    src: url("../fonts/phosphor/phosphor-fill.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Phosphor";
    src: url("../fonts/phosphor/phosphor-bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

/* Icon base styles */
.ph {
    font-family: "Phosphor";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
}

/* Fill variant */
.ph-fill {
    font-weight: normal;
}

/* Bold variant */
.ph-bold {
    font-weight: bold;
}

/* Icon definitions */
.ph-flower:before {
    content: "\f179";
}

.ph-hand-heart:before {
    content: "\f1b2";
}

/* Add more icon definitions as needed */ 