/**
 * Polices Linux Mint — ground truth VM (gsettings org.cinnamon.desktop.interface font-name = 'Ubuntu 10').
 * Source : /usr/share/fonts/truetype/ubuntu/ (VM linux-mint) → assets/fonts/vendors/mint/
 */
@font-face {
    font-family: "Ubuntu";
    src: url("../../../usr/share/capsuleos/assets/fonts/vendors/mint/Ubuntu[wdth,wght].ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../../../usr/share/capsuleos/assets/fonts/vendors/mint/Ubuntu-Italic[wdth,wght].ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu Mono";
    src: url("../../../usr/share/capsuleos/assets/fonts/vendors/mint/UbuntuMono-R.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu Mono";
    src: url("../../../usr/share/capsuleos/assets/fonts/vendors/mint/UbuntuMono-B.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DejaVu Sans Mono";
    src: url("../../../usr/share/capsuleos/assets/fonts/vendors/mint/DejaVuSansMono.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DejaVu Sans";
    src: url("../../../usr/share/capsuleos/assets/fonts/vendors/mint/DejaVuSans.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DejaVu Sans";
    src: url("../../../usr/share/capsuleos/assets/fonts/vendors/mint/DejaVuSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans";
    src: url("../../../usr/share/capsuleos/assets/fonts/vendors/mint/NotoSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans";
    src: url("../../../usr/share/capsuleos/assets/fonts/vendors/mint/NotoSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: "C059";
    src: url("../../../usr/share/capsuleos/assets/fonts/vendors/mint/C059-Roman.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "C059";
    src: url("../../../usr/share/capsuleos/assets/fonts/vendors/mint/C059-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
