@font-face {
    font-family: 'amw-logo';
    src:    url('fonts/amw-logo.eot?pvhfkr');
    src:    url('fonts/amw-logo.eot?pvhfkr#iefix') format('embedded-opentype'),
        url('fonts/amw-logo.ttf?pvhfkr') format('truetype'),
        url('fonts/amw-logo.woff?pvhfkr') format('woff'),
        url('fonts/amw-logo.svg?pvhfkr#amw-logo') format('svg');
    font-weight: normal;
    font-style: normal;
}

.amw {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'amw-logo' !important;
    speak: none;
    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;
}

.amw-logo-amw-logo-full:before {
    content: "\e900";
}
.amw-logo-amw-logo-light:before {
    content: "\e901";
}

