/* Shared local icons. Page-specific sizes and colors stay with their components. */
.fas,
.fab {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: var(--text-lg, 1.18rem);
    line-height: 1;
}

.fas::before,
.fab::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: var(--icon) center / contain no-repeat;
    mask: var(--icon) center / contain no-repeat;
}

.fa-1x { font-size: 1em; }
.fa-2x { font-size: 2em; }

.fa-check-circle { --icon: url("images/icons/lucide/circle-check.svg"); }
.fa-times-circle { --icon: url("images/icons/lucide/circle-x.svg"); }
.fa-utensils { --icon: url("images/icons/lucide/utensils.svg"); }

.fa-user {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c1.8-4.2 5-6 8-6s6.2 1.8 8 6'/%3E%3C/svg%3E");
}

.fa-users,
.fa-people-group {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 20c-.8-3-3-5-6-5s-5.2 2-6 5'/%3E%3Ccircle cx='10' cy='8' r='4'/%3E%3Cpath d='M22 20c-.5-2.3-2-4-4-4.7'/%3E%3Cpath d='M17 4.3a4 4 0 0 1 0 7.4'/%3E%3C/svg%3E");
}

.fa-graduation-cap {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10 12 5 2 10l10 5 10-5Z'/%3E%3Cpath d='M6 12v5c2 1.4 4 2 6 2s4-.6 6-2v-5'/%3E%3Cpath d='M22 10v6'/%3E%3C/svg%3E");
}

.fa-university,
.fa-city,
.fa-building-columns,
.fa-scale-balanced {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V9'/%3E%3Cpath d='M19 21V9'/%3E%3Cpath d='M9 21V9'/%3E%3Cpath d='M15 21V9'/%3E%3Cpath d='M2 9l10-6 10 6H2Z'/%3E%3C/svg%3E");
}

.fa-heart,
.fa-heartbeat,
.fa-hand-holding-heart {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 5.6a5.4 5.4 0 0 0-7.6 0L12 6.8l-1.2-1.2a5.4 5.4 0 1 0-7.6 7.6L12 22l8.8-8.8a5.4 5.4 0 0 0 0-7.6Z'/%3E%3C/svg%3E");
}

.fa-handshake,
.fa-hands-helping,
.fa-people-arrows {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m8 11 2.5 2.5a2 2 0 0 0 2.8 0L16 11'/%3E%3Cpath d='M7 16 3 12l4-4h4l2 2 2-2h2l4 4-4 4'/%3E%3Cpath d='m9 17 2 2a2 2 0 0 0 3 0l2-2'/%3E%3C/svg%3E");
}

.fa-leaf,
.fa-seedling {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 4c-9 0-15 5-15 12a4 4 0 0 0 4 4c6 0 11-7 11-16Z'/%3E%3Cpath d='M4 21c3-6 7-10 13-13'/%3E%3C/svg%3E");
}

.fa-compass,
.fa-route,
.fa-map-signs,
.fa-map-marker-alt,
.fa-door-open,
.fa-link,
.fa-person-walking-arrow-right {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m16 8-2.4 5.6L8 16l2.4-5.6L16 8Z'/%3E%3C/svg%3E");
}

.fa-flag-checkered {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 22V4'/%3E%3Cpath d='M5 4c5-2 9 2 14 0v10c-5 2-9-2-14 0'/%3E%3Cpath d='M9 5v8'/%3E%3Cpath d='M15 5v8'/%3E%3C/svg%3E");
}

.fa-star,
.fa-award {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 2.8 5.7 6.2.9-4.5 4.4 1.1 6.2L12 17.2l-5.6 3 1.1-6.2L3 9.6l6.2-.9L12 3Z'/%3E%3C/svg%3E");
}

.fa-toolbox,
.fa-store,
.fa-briefcase {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8h18v11H3V8Z'/%3E%3Cpath d='M8 8V6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3Cpath d='M3 13h18'/%3E%3Cpath d='M12 13v2'/%3E%3C/svg%3E");
}

.fa-folder-open {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6.5A2.5 2.5 0 0 1 5.5 4H10l2 2.5h6.5A2.5 2.5 0 0 1 21 9v1H6.5a2 2 0 0 0-1.9 1.4L3 17.5v-11Z'/%3E%3Cpath d='M4.6 11.4A2 2 0 0 1 6.5 10H22l-2.1 7.4A3.5 3.5 0 0 1 16.5 20H4.8A1.8 1.8 0 0 1 3 17.7l1.6-6.3Z'/%3E%3C/svg%3E");
}

.fa-book-open {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 5.5A3.5 3.5 0 0 1 6.5 2H11v17H6.5A3.5 3.5 0 0 0 3 22V5.5Z'/%3E%3Cpath d='M21 5.5A3.5 3.5 0 0 0 17.5 2H13v17h4.5A3.5 3.5 0 0 1 21 22V5.5Z'/%3E%3C/svg%3E");
}

.fa-comments,
.fa-info-circle {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5h16v11H8l-4 4V5Z'/%3E%3Cpath d='M8 9h8'/%3E%3Cpath d='M8 13h5'/%3E%3C/svg%3E");
}

.fa-project-diagram,
.fa-layer-group,
.fa-diagram-project,
.fa-sitemap {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1'/%3E%3Crect x='8.5' y='14' width='7' height='7' rx='1'/%3E%3Cpath d='M10 6.5h4'/%3E%3Cpath d='M6.5 10v4'/%3E%3Cpath d='M17.5 10v4'/%3E%3C/svg%3E");
}

.fa-puzzle-piece {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3h5v4a2 2 0 1 0 4 0h4v5h-4a2 2 0 1 0 0 4h4v5h-6v-3a2 2 0 1 0-4 0v3H8v-5H5a2 2 0 1 1 0-4h3V3Z'/%3E%3C/svg%3E");
}

.fa-camera,
.fa-images {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 8h4l2-3h4l2 3h4v11H4V8Z'/%3E%3Ccircle cx='12' cy='13.5' r='3.5'/%3E%3C/svg%3E");
}

.fa-pen-nib,
.fa-code {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m19 3 2 2-9 9-4 1 1-4 10-8Z'/%3E%3Cpath d='M4 20h16'/%3E%3C/svg%3E");
}

.fa-calendar-check,
.fa-clock {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4'/%3E%3Cpath d='M8 3v4'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='m8 15 2 2 5-5'/%3E%3C/svg%3E");
}

.fa-question-circle,
.fa-circle-question {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm0 17a1.3 1.3 0 1 1 0-2.6 1.3 1.3 0 0 1 0 2.6zm1-5h-2v-1.4c0-1.1.7-1.7 1.5-2.2.8-.5 1.4-.9 1.4-1.7 0-.9-.7-1.5-1.8-1.5-1 0-1.7.5-2.2 1.3L8.3 7.4C9.1 6.1 10.4 5.3 12.2 5.3c2.2 0 3.8 1.2 3.8 3.2 0 1.7-1.1 2.5-2 3.1-.7.5-1 .8-1 1.4V14z'/%3E%3C/svg%3E");
}

.fa-magic {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m3 21 12-12 3 3L6 24l-3-3zm13-16 1-3 1 3 3 1-3 1-1 3-1-3-3-1 3-1zM7 4l1-3 1 3 3 1-3 1-1 3-1-3-3-1 3-1zm13 9 1-2 1 2 2 1-2 1-1 2-1-2-2-1 2-1z'/%3E%3C/svg%3E");
}

.fa-list-check {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m4 6 2 2 4-4 2 2-6 6-4-4 2-2zm10 1h8v3h-8V7zM4 16l2 2 4-4 2 2-6 6-4-4 2-2zm10 1h8v3h-8v-3z'/%3E%3C/svg%3E");
}

.fa-file-pdf {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2h8l4 4v16H6z'/%3E%3Cpath d='M14 2v5h5'/%3E%3Cpath d='M12 9v6'/%3E%3Cpath d='m9.5 12.5 2.5 2.5 2.5-2.5'/%3E%3Cpath d='M8 18h8'/%3E%3Cpath d='M8 21h8'/%3E%3C/svg%3E");
}

.fa-chart-line,
.fa-chart-column,
.fa-chart-simple,
.fa-magnifying-glass-chart {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19V5'/%3E%3Cpath d='M4 19h16'/%3E%3Cpath d='m7 15 4-5 3 3 5-7'/%3E%3C/svg%3E");
}

.fa-lightbulb,
.fa-flask {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3Cpath d='M8 14a6 6 0 1 1 8 0c-1 1-1 2-1 4H9c0-2 0-3-1-4Z'/%3E%3C/svg%3E");
}

.fa-cube {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 8 4.5v9L12 21l-8-4.5v-9L12 3Z'/%3E%3Cpath d='M12 12 4 7.5'/%3E%3Cpath d='m12 12 8-4.5'/%3E%3Cpath d='M12 12v9'/%3E%3C/svg%3E");
}

.fa-arrow-right,
.fa-arrow-left,
.fa-arrow-down,
.fa-arrow-up,
.fa-external-link-alt {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E");
}

.fa-instagram {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M17.5 6.5h.01'/%3E%3C/svg%3E");
}

.fa-envelope {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.fa-gallery-grid {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='8' height='7' rx='1.8'/%3E%3Crect x='13' y='4' width='8' height='7' rx='1.8'/%3E%3Crect x='3' y='13' width='8' height='7' rx='1.8'/%3E%3Crect x='13' y='13' width='8' height='7' rx='1.8'/%3E%3C/svg%3E");
}

.fa-story-book {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 6.5A2.5 2.5 0 0 1 7 4h5v15H7a2.5 2.5 0 0 0-2.5 2V6.5Z'/%3E%3Cpath d='M19.5 6.5A2.5 2.5 0 0 0 17 4h-5v15h5a2.5 2.5 0 0 1 2.5 2V6.5Z'/%3E%3Cpath d='M8 8h1.8'/%3E%3Cpath d='M14.2 8H16'/%3E%3Cpath d='M14.2 12H16'/%3E%3C/svg%3E");
}

.fa-video {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='6' width='13' height='12' rx='2'/%3E%3Cpath d='m16 10 5-3v10l-5-3'/%3E%3C/svg%3E");
}

.fa-globe {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='M12 2a15 15 0 0 1 0 20'/%3E%3Cpath d='M12 2a15 15 0 0 0 0 20'/%3E%3C/svg%3E");
}

.fa-linkedin {
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Cpath d='M8 11v6'/%3E%3Cpath d='M8 8v.01'/%3E%3Cpath d='M12 17v-6'/%3E%3Cpath d='M12 14a3 3 0 0 1 6 0v3'/%3E%3C/svg%3E");
}

.fa-ice-cream {
    --icon: url("images/icons/lucide/ice-cream-cone.svg");
}

.fa-pizza-slice {
    --icon: url("images/icons/lucide/pizza.svg");
}

.fa-key {
    --icon: url("images/icons/lucide/key-round.svg");
}

.fa-plus {
    --icon: url("images/icons/lucide/plus.svg");
}

.fa-wine-glass-alt {
    --icon: url("images/icons/lucide/wine.svg");
}

.fa-arrow-left::before {
    transform: rotate(180deg);
}

.fa-arrow-down::before {
    transform: rotate(90deg);
}

.fa-arrow-up::before {
    transform: rotate(-90deg);
}
