/*
    This is a temporary override of the CSS font family for AEM page content in the app.
    We're looking to move the entire app (including AEM content) off of Lato and over to Noto Sans.

    This gives a temporary !important override for the aem content blocks.
*/
.aem-page{
    font-family: "Noto Sans",
    "Noto Sans SC",
    "Noto Sans TC",
    "Noto Sans JP",
    "Noto Sans KR",
    -apple-system,
    "Helvetica Neue",
    "Segoe UI",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    sans-serif !important;
}
