/* Self-hosted web fonts for the brand font picker (ST-3b-3). These are the fonts the LibreOffice render
   environment also has installed (fonts-liberation), so the in-dropdown preview matches the board + the
   exported .potx exactly — preview = render. The richer brand catalog (Inter, Montserrat, …) follows once
   those fonts are installed in the renderer too — tracked in #71. */

@font-face {
    font-family: "Liberation Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/LiberationSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Liberation Serif";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/LiberationSerif-Regular.ttf") format("truetype");
}

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

/* Brand fonts (#71) — installed in the renderer too (see Dockerfile), so the picker preview matches the render. */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Inter-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Lato-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
}
