/* Icon font definitions using Unicode characters */

[class^="icon-"] {
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
}

/* Location icon */
.icon-location::before {
    content: '\1F4CD';
}

/* Phone icon */
.icon-phone::before {
    content: '\260E';
}

/* Email icon */
.icon-email::before {
    content: '\2709';
}

/* Chart icon */
.icon-chart::before {
    content: '\1F4C8';
}

/* Strategy icon */
.icon-strategy::before {
    content: '\1F9E9';
}

/* Risk icon */
.icon-risk::before {
    content: '\26A0';
}

/* Optimization icon */
.icon-optimization::before {
    content: '\2699';
}

/* Security icon */
.icon-security::before {
    content: '\1F512';
}

/* Growth icon */
.icon-growth::before {
    content: '\1F4C9';
}

/* Plan icon */
.icon-plan::before {
    content: '\1F4C5';
}

/* Clarity icon */
.icon-clarity::before {
    content: '\1F50D';
} 