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

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

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

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

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

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

@font-face {
  font-family: 'KaTeX_SansSerif';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/lato-v23-latin-regular.woff2') format('woff2'),
       url('/fonts/lato-v23-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'KaTeX_SansSerif';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/lato-v23-latin-italic.woff2') format('woff2'),
       url('/fonts/lato-v23-latin-italic.woff') format('woff');
}

@font-face {
  font-family: 'KaTeX_SansSerif';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/lato-v23-latin-700.woff2') format('woff2'),
       url('/fonts/lato-v23-latin-700.woff') format('woff');
}

@font-face {
  font-family: 'KaTeX_SansSerif';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/lato-v23-latin-700italic.woff2') format('woff2'),
       url('/fonts/lato-v23-latin-700italic.woff') format('woff');
}

@font-face {
    font-family: 'KaTeX_Typewriter';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/inconsolata-v31-latin-regular.woff2') format('woff2'),
         url('/fonts/inconsolata-v31-latin-regular.woff') format('woff');
}

.katex {
    font-size: 1.1em;
}
