@page {
    margin-bottom: 5pt;
    margin-top: 5pt
    }
@font-face {
    font-family: "Minion";
    font-weight: normal;
    font-style: normal;
    src: url(fonts/00001.otf)
    }
@font-face {
    font-family: "Minion";
    font-weight: normal;
    font-style: italic;
    src: url(fonts/00002.otf)
    }
@font-face {
    font-family: "Minion";
    font-weight: bold;
    font-style: normal;
    src: url(fonts/00003.otf)
    }
@font-face {
    font-family: "Minion";
    font-weight: bold;
    font-style: italic;
    src: url(fonts/00004.otf)
    }


@media screen and (max-width: 768px) {
    body.calibre2 {
        font-size: 20px;
        line-height: 1.1;
        padding: 2px;
        max-width: 100%;
    }
    
    p.calibre4, p.indent, p.noindent {
        font-size: 1em;
        margin-bottom: 1em;
        line-height: 1.2;
    }
    
    p.parttitle {
        font-size: 1.5em;
        line-height: 1.3;
    }
    
    p.ahd {
        font-size: 1.2em;
        margin-top: 1.5em;
        margin-bottom: 1em;
    }
    
    span.dropcap {
        font-size: 1.5em;
        line-height: 1;
    }

    strong.calibre6 {
        font-size: 1.1em;
    }
}