/* Literata — fuente local para texto bíblico (sin depender de Google Fonts). */
@font-face {
    font-family: "Literata";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/literata/Literata-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Literata";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/literata/Literata-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Literata";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/literata/Literata-Bold.ttf") format("truetype");
}
