@font-face {
    /* font-family:  Neue; */
    font-family: Inter;
    font-weight: 400;
    font-style: normal;
    /* src: url('/fonts/Neue-Regular.woff2') format('woff2'), url('/fonts/Neue-Regular.woff') format('woff'); */
    src: url('/fonts/Inter-Regular.woff2') format('woff2'), url('/fonts/Inter-Regular.woff') format('woff');

}

@font-face {
    /* font-family:  Neue; */
    font-family: Inter;
    font-weight: 700;
    font-style: normal;
    /* src: url('/fonts/Neue-Bold.woff2') format('woff2'), url('/fonts/Neue-Bold.woff') format('woff'); */
    src: url('/fonts/Inter-Bold.woff2') format('woff2'), url('/fonts/Inter-Bold.woff') format('woff');
}

@font-face {
    /* font-family:  Neue; */
    font-family: Inter;
    font-weight: 400;
    font-style: italic;
    /* src: url('/fonts/Neue-Italic.woff2') format('woff2'), url('/fonts/Neue-Italic.woff') format('woff'); */
    src: url('/fonts/Inter-RegularItalic.woff2') format('woff2'), url('/fonts/Inter-RegularItalic.woff') format('woff');
}

@font-face {
    /* font-family:  Neue; */
    font-family: Inter;
    font-weight: 700;
    font-style: italic;
    /* src: url('/fonts/Neue-BoldItalic.woff2') format('woff2'), url('/fonts/Neue-BoldItalic.woff') format('woff'); */
    src: url('/fonts/Inter-BoldItalic.woff2') format('woff2'), url('/fonts/Inter-BoldItalic.woff') format('woff');
}

@font-face {
    /* font-family:  Mono; */
    font-family: Inter;
    font-weight: 400;
    font-style: normal;
    /* src: url('/fonts/Mono-Regular.woff2') format('woff2'), url('/fonts/Mono-Regular.woff') format('woff'); */
    src: url('/fonts/Inter-Regular.woff2') format('woff2'), url('/fonts/Inter-Regular.woff') format('woff');
}

@font-face {
    /* font-family:  Mono; */
    font-family: Inter;
    font-weight: 700;
    font-style: normal;
    /* src: url('/fonts/Mono-Bold.woff2') format('woff2'),  url('/fonts/Mono-Bold.woff') format('woff'); */
    src: url('/fonts/Inter-Bold.woff2') format('woff2'),  url('/fonts/Inter-Bold.woff') format('woff');
}

@font-face {
    /* font-family:  New Kansas; */
    font-family: ChronicleDisplay;
    font-weight: 500;
    font-style: normal;
    /* src: url('/fonts/NewKansas-Medium.woff2') format('woff2'),  url('/fonts/NewKansas-Medium.woff') format('woff'); */
    src: url('/fonts/ChronicleDisplay-Bold.woff2') format('woff2'),  url('/fonts/ChronicleDisplay-Bold.woff') format('woff');
}

@font-face {
    /* font-family:  New Kansas; */
    font-family: ChronicleDisplay;
    font-weight: 500;
    font-style: italic;
    /* src: url('/fonts/NewKansas-MediumItalic.woff2') format('woff2'),  url('/fonts/NewKansas-MediumItalic.woff') format('woff'); */
    src: url('/fonts/ChronicleDisplay-Italic.woff2') format('woff2'),  url('/fonts/ChronicleDisplay-Italic.woff') format('woff');
}

@font-face {
    font-family: Windows Segoe UI Emoji;
    src: url('/fonts/seguiemj.ttf');
}

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

strong {
    font-weight: 600;
}
