/****************************************************************************/
/* Main */
/****************************************************************************/

@font-face {
    font-family: 'rf-sg-icomoon';
    src:  url('../icons/rf-sg-icomoon.eot?bo96ea');
    src:  url('../icons/rf-sg-icomoon.eot?bo96ea#iefix') format('embedded-opentype'),
        url('../icons/rf-sg-icomoon.woff2?bo96ea') format('woff2'),
        url('../icons/rf-sg-icomoon.ttf?bo96ea') format('truetype'),
        url('../icons/rf-sg-icomoon.woff?bo96ea') format('woff'),
        url('../icons/rf-sg-icomoon.svg?bo96ea#rf-sg-icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.rf-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'rf-sg-icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-external-link:before {
    content: "\e907";
}
.icon-ui:before {
    content: "\e906";
}
.icon-color:before {
    content: "\e900";
}
.icon-imagery:before {
    content: "\e901";
}
.icon-logo:before {
    content: "\e902";
}
.icon-story:before {
    content: "\e903";
}
.icon-typography:before {
    content: "\e904";
}
.icon-voice:before {
    content: "\e905";
}

/* Environment label in WP tool bar (same code on rf-main.css) */
#wp-admin-bar-top-secondary #wp-admin-bar-rf_environment,
#wp-admin-bar-top-secondary #wp-admin-bar-rf_environment:hover {
    background: #06756b !important;
    color: #FFF !important;
    pointer-events: none !important;
    margin: 0 7px 0 0;
}

ul#wp-admin-bar-top-secondary li a {
    background: none !important;
    color: #FFF !important;
}

/* Warning about robots.txt edit (same code on razorfrog.php) */
#wp-admin-bar-root-default #wp-admin-bar-rf_indexing_discouraged a {
    background: #c81010 !important;
    color: #FFF !important;
    padding: 0 8px 0 7px;
}
#wp-admin-bar-root-default #wp-admin-bar-rf_indexing_discouraged a:hover {
    background: #ae0606 !important;
}

