/*
 * Import logo class definitions.
 */
@import url('https://www.corefact.com/fonts/cf_logos/defs.css');

/*
 * Bump this information when updating icons.
 */
.cf_logos-updated:after {
    content: "12/28/2020 (v2.0)";
}

/*
 * Bump the font GET params when updating to bust cache.
 */
@font-face {
    font-family: 'cf_logos';
    src: url('https://www.corefact.com/fonts/cf_logos/files/cf_logos.eot?1609194925');
    src: url('https://www.corefact.com/fonts/cf_logos/files/cf_logos.eot?1609194925#iefix') format('embedded-opentype'),
        url('https://www.corefact.com/fonts/cf_logos/files/cf_logos.woff2?1609194925') format('woff2'),
        url('https://www.corefact.com/fonts/cf_logos/files/cf_logos.ttf?1609194925') format('truetype'),
        url('https://www.corefact.com/fonts/cf_logos/files/cf_logos.woff?1609194925') format('woff'),
        url('https://www.corefact.com/fonts/cf_logos/files/cf_logos.svg?1609194925#cf_logos') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
 * Should not need to modify this section.
 */
[class*=" cf-logos-"],
[class^="cf-logos-"] {
    font-family: 'cf_logos' !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;
}