@import "regular.css";

/*
    only a Subset of FontAwesome Icons is used here
    See FA-Kit "KIDICAP.AdminLogin Icon-Subset"
*/

/*
    we need to overwrite the font-family for our selection otherwise it will take
    the font-family default from patternfly (which is also FA but in another style)
*/

.far,
.fa-regular,
.fa-check-circle::before,
.fa-chevron-down::before,
.fa-chevron-up::before,
.fa-circle-check::before,
.fa-circle-info::before,
.fa-circle-question::before,
.fa-circle-xmark::before,
.fa-copyright::before,
.fa-envelope::before,
.fa-exclamation-triangle::before,
.fa-eye::before,
.fa-eye-slash::before,
.fa-inbox-arrow-up::before,
.fa-inbox-out::before,
.fa-info-circle::before,
.fa-question-circle::before,
.fa-right-to-bracket::before,
.fa-sign-in-alt::before,
.fa-times-circle::before,
.fa-triangle-exclamation::before,
.fa-warning::before,
.fa-xmark-circle::before,
.fa-copy::before,
.fa-inbox-arrow-down::before,
.fa-inbox-in::before,
.fa-print::before,
.pficon-blueprint::before,
.pficon-save::before,
.pficon-print::before {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-size: 1.2rem;
}

.fa-check-circle::before { content: "\f058"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-circle-check::before { content: "\f058"; }
.fa-circle-info::before { content: "\f05a"; }
.fa-circle-question::before { content: "\f059"; }
.fa-circle-xmark::before { content: "\f057"; }
.fa-copyright::before { content: "\f1f9"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-inbox-arrow-up::before { content: "\f311"; }
.fa-inbox-out::before { content: "\f311"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-question-circle::before { content: "\f059"; }
.fa-right-to-bracket::before { content: "\f2f6"; }
.fa-sign-in-alt::before { content: "\f2f6"; }
.fa-times-circle::before { content: "\f057"; }
.fa-triangle-exclamation::before { content: "\f071"; }
.fa-warning::before { content: "\f071"; }
.fa-xmark-circle::before { content: "\f057"; }
.fa-copy::before, .pficon-blueprint::before { content: "\f0c5"; }
.fa-inbox-arrow-down::before { content: "\f310"; }
.fa-inbox-in::before, .pficon-save::before { content: "\f310"; }
.fa-print::before, .pficon-print::before {content: "\f02f"; }

