/*==========================================
    Fonts
========================================*/

  @font-face {
    font-family: 'GoodOTBold';
    src: url('/fonts/GoodOT-Bold.otf');
    format("opentype");
  }
  
@font-face {
    font-family: 'GoodOT';
    src: url('/fonts/GoodOT.woff2') format('woff2'),
        url('/fonts/GoodOT.woff') format('woff');
}
  
    @font-face {
    font-family: 'GoodOT-Condensed-Bold';
    src: url('/fonts/GoodOT-CondBold-All-Caps.otf');
    format("opentype");
  }
  
   @font-face {
    font-family: 'Sabon';
    src: url('/fonts/Sabon LT Regular.ttf');
    format("opentype");
  }
  

@font-face {
    font-family: "Taroca";
    src: url("https://db.onlinewebfonts.com/t/8cbc00a7aa9657bac8e951da2d68c7d1.eot");
    src: url("https://db.onlinewebfonts.com/t/8cbc00a7aa9657bac8e951da2d68c7d1.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/8cbc00a7aa9657bac8e951da2d68c7d1.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/8cbc00a7aa9657bac8e951da2d68c7d1.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/8cbc00a7aa9657bac8e951da2d68c7d1.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/8cbc00a7aa9657bac8e951da2d68c7d1.svg#Taroca OT W00 Regular")format("svg");
}



.reader-content {
    
    p, li, div {
        font-family: "Sabon";
        font-size: 17px;
    }
    
    h1 {
        font-family: "Taroca";
        text-transform: uppercase;
        color: #002a17;
    }
    
    h2 {
        font-family: "Taroca";
        text-transform: uppercase;
        color: #002a17;
    }
    
    h3 {
        font-family: "Taroca";
        text-transform: uppercase;
        color: #002a17;
        border-bottom: none !important;
    }

    h4 {
        font-family:'GoodOTBold';
        color: #4e1b0e;
        font-size: 22px;
        margin-top: 24px;
        margin-bottom: 4px;
    }    
    
    frameid {
        font-weight: bold;
        margin-right: 8px;
    }
    
    frameid:after {
        content: ":";
        font-weight: bold;

    }
    
    .fantasy-block.fantasy-pf2, .fantasy-pfred5 {
        background: #EDE0BA;
        padding: 8px 24px;
        border: 2px solid black;
        margin: 32px 0px;
        position: relative;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .fantasy-block.fantasy-pf2:before,.fantasy-pfred5:before {
        content: "";
        display: block;
        position: relative;
        top: -12px;
        height: 22px;
        background: url(/images/pf2-sidebar-flourish.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
        margin: auto;
    }
    
    .fantasy-block.fantasy-pf2:after,.fantasy-pfred5:after {
        content: "";
        display: block;
        position: relative;
        bottom: -12px;
        height: 22px;
        background: url(/images/pf2-sidebar-flourish.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
        margin: auto;
    }
    
    .fantasy-pfred5.fantasy-block p, .fantasy-pfblue5 p, .fantasy-pf1 p {
        font-family: 'GoodOT';
    }
    
    .fantasy-pfblue5 u, .fantasy-pf1 u {
        font-family: 'GoodOT-Condensed-Bold';
        font-size: 20px;
    }
    
    .fantasy-pfred5.fantasy-block h4 {
        font-family: 'GoodOT-Condensed-Bold';
        font-size: 19px;
        text-align: center;
        color: black;
        margin-top: 10px;
    }
    
        table {
        tr:nth-child(odd) {
            background: #FCFCFC;
        }
    
}