/*
 * Uros Roleplay locally hosted editor/post fonts.
 *
 * Font files are intentionally not bundled in this patch. Run the supplied
 * tools/install_fonts.ps1 or tools/install_fonts.sh against your own Fonts.zip
 * to populate /assets/fonts/uros-editor/ with the expected filenames.
 */

@font-face {
    font-family: "Cinzel";
    src: local("Cinzel"), url("/assets/fonts/uros-editor/cinzel/cinzel-regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Cinzel Decorative";
    src: local("Cinzel Decorative"), url("/assets/fonts/uros-editor/cinzel-decorative/cinzel-decorative-regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: local("Playfair Display"), url("/assets/fonts/uros-editor/playfair-display/playfair-display-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Slab";
    src: local("Roboto Slab"), url("/assets/fonts/uros-editor/roboto-slab/roboto-slab-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: local("Inter"), url("/assets/fonts/uros-editor/inter/inter-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: local("Lato"), url("/assets/fonts/uros-editor/lato/lato-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Dancing Script";
    src: local("Dancing Script"), url("/assets/fonts/uros-editor/dancing-script/dancing-script-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Tangerine";
    src: local("Tangerine"), url("/assets/fonts/uros-editor/tangerine/tangerine-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Irish Grover";
    src: local("Irish Grover"), url("/assets/fonts/uros-editor/irish-grover/irish-grover-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Griffy";
    src: local("Griffy"), url("/assets/fonts/uros-editor/griffy/griffy-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Nosifer";
    src: local("Nosifer"), url("/assets/fonts/uros-editor/nosifer/nosifer-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Sekuya";
    src: local("Sekuya"), url("/assets/fonts/uros-editor/sekuya/sekuya-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Livingstone";
    src: local("Livingstone"), url("/assets/fonts/uros-editor/livingstone/livingstone-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Citadel of Blackrose";
    src: local("Citadel of Blackrose"), url("/assets/fonts/uros-editor/citadel-of-blackrose/citadel-of-blackrose-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Brother Signature";
    src: local("Brother Signature"), url("/assets/fonts/uros-editor/brother-signature/brother-signature-regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Old London";
    src: local("Old London"), url("/assets/fonts/uros-editor/old-london/old-london-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Vengeance at Sea";
    src: local("Vengeance at Sea"), url("/assets/fonts/uros-editor/vengeance-at-sea/vengeance-at-sea-regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
