@import "/scholar_api/static/js/node_modules/bootstrap-icons/font/bootstrap-icons.css";

/*
Mathematical font for MathML content
We need to set it since chrome and chrome derivative browser do not provide
a defaut math font (firefox does but only a serif one that does not math our
generic sans serif font)
We use the Lete Sans Math font that match closely our Lato font used in the
rest of the theme
See: https://github.com/abccsss/LeteSansMath/
*/
@font-face {
    font-family: "LeteSansMath";
    src: url("/scholar_api/static/font/LeteSansMath/LeteSansMath.otf") format("opentype");
    font-style: normal;
}

math {
    font-family: "LeteSansMath", sans-serif !important;
}

.bg-light-gray {
    background-color: LightGray;
}
.bg-papaya-whip {
    background-color: PapayaWhip;
}
