/**
 * Nappheme 2
 * Macsimon Icons.
 *
 * The font file itself is intentionally kept separate from this code patch.
 * Expected path:
 * assets/fonts/macsimonicons/macsimonicons.ttf
 */

@font-face {
    font-family: "Macsimon Icons";
    src: url("../fonts/macsimonicons/macsimonicons.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: block;
}

.nap-icon--macsimon,
.macsimonicons {
    display: inline-block;

    font-family: "Macsimon Icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;

    text-transform: none;
    text-decoration: none;

    speak: never;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nap-icon {
    vertical-align: -0.075em;
}
