/*
 * Import icon class definitions.
 */
@import url("https://www.corefact.com/fonts/cf_icon/defs.css");
/*
 * Bump this information when updating icons.
 */
.cf_icons-updated:after {
    content: "11/08/2023 (v7.9)";
}
/*
 * Bump the font GET params when updating to bust cache.
 */
@font-face {
    font-family: "cf_icon";
    src: url("https://www.corefact.com/fonts/cf_icon/files/cf_icon.eot?1699479615");
    src: url("https://www.corefact.com/fonts/cf_icon/files/cf_icon.eot?1699479615#iefix") format("embedded-opentype"),
        url("https://www.corefact.com/fonts/cf_icon/files/cf_icon.ttf?1699479615") format("truetype"),
        url("https://www.corefact.com/fonts/cf_icon/files/cf_icon.woff?1699479615") format("woff"),
        url("https://www.corefact.com/fonts/cf_icon/files/cf_icon.svg?1699479615#cf_icon") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*
 * Should not need to modify this section.
 */
[class*=" cf-icon-"],
[class^="cf-icon-"] {
    display: inline-block;
    font-family: "cf_icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
