/***************************************************************************************/
/**** fonts.css — self-hosted Noto Sans + Liberation Mono.                          ****/
/****                                                                               ****/
/**** Locks the rendered typography to the same Noto Sans / Liberation Mono pair   ****/
/**** the Linux dev box uses, so every browser (Mac / Windows / Linux) gets the    ****/
/**** identical look that was approved on Chromium_Agent.  System-stack fallbacks  ****/
/**** remain in each font-family declaration — used only while the woff2 fetches  ****/
/**** in (font-display: swap).                                                      ****/
/****                                                                               ****/
/**** Files live under fonts/.  WOFF2 was generated from the Ubuntu        ****/
/**** package fonts; both families are open-licensed (SIL OFL) for redistribution. ****/
/***************************************************************************************/

@font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url("fonts/NotoSans-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
    src: url("fonts/NotoSans-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "Noto Sans";
    font-style: italic;
    font-weight: 400 600;
    font-display: swap;
    src: url("fonts/NotoSans-Italic.woff2") format("woff2");
}

@font-face {
    font-family: "Noto Sans";
    font-style: italic;
    font-weight: 700 900;
    font-display: swap;
    src: url("fonts/NotoSans-BoldItalic.woff2") format("woff2");
}

@font-face {
    font-family: "Liberation Mono";
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url("fonts/LiberationMono-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Liberation Mono";
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
    src: url("fonts/LiberationMono-Bold.woff2") format("woff2");
}
