/* Requires Font Awesome 7 Pro Classic Solid and Regular web fonts.
   Keep phpBB's .icon hook for its AJAX subscription toggle and layout. */
.topic-tools .icon.fa-solid,
.topic-tools .icon.fa-regular {
    font-family: "Font Awesome 7 Pro";
    font-style: normal;
}

.topic-tools .icon.fa-solid {
    font-weight: 900;
}

.topic-tools .icon.fa-regular {
    font-weight: 400;
}
