.fa-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.fa-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 0;
    pointer-events: none;
}

.fa-fw {
    width: 1.25em;
}

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

.fa-circle-icon {
    background: rgba(19, 18, 174, 0.1);
    color: var(--accent-text, #7b8cff);
    border-radius: 999px;
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
}

.fa-circle-icon svg {
    width: 1.35rem;
    height: 1.35rem;
}
