     :root{
--readaloud-color: #0a598b;
}



@font-face {
    font-family: Baldur;
    src: url("https://content.demiplane.com/fonts/Baldur.ttf") format("truetype");
}

@font-face {
    font-family: Wiccan;
    src: url("https://content.demiplane.com/fonts/CCWiccanSpecial.ttf") format("truetype");
}

.main-holder > h2 {
    font-family: Baldur;
    text-transform: none;
    color: #002564;
    font-size: 34px;
}

.main-holder > h3 {
    font-family: GoodOTCondBold;
    text-transform: none;
    color: #00adef;
    font-size: 28px;
}

.main-holder > h4 {
    font-family: GoodOTCondBold;
    text-transform: none;
    color: #00adef;
    font-size: 24px;
}

.book-styled-block {
background-color: white;
}

.main-holder > .split-header {
    border-bottom:0px;
}

.sidebar {
    background: url(https://content.demiplane.com/compendium/pathfinder-2e/sundered-waves/css/sw-sidebar-bg.jpg);
    color: white;
}

.sidebar strong, .sidebar h5, .sidebar a {
    color: white !important;
}

.sw-chalkboard-block {
    background: url(https://content.demiplane.com/compendium/pathfinder-2e/sundered-waves/css/sw-handout-2-bg.jpg);
    color: white;
    font-family: Wiccan;
    font-size: 24px;
}

.readaloud-block {
    margin: 40px 0px;
}

.readaloud-block p {
    font-family: GoodOT;
    font-size: 20px;
    color: #0a598b;
}

.logo-image-tag {
    margin-top: -160px;
}

.sidebar .tooltip-link[category="spell"] {

    color: #A485F9 !important;
    text-decoration-color: #A485F9 !important;
    cursor: pointer !important;
    border-bottom: 1.5px dotted #A485F9 !important;
    font-style: italic !important;
}

.sidebar .tooltip-link[category="spell"]:hover {
  color: #A485F9 !important;
}

.sidebar .tooltip-link[category="background"] {

    color: #FF9E1F !important;
    text-decoration-color: #FF9E1F !important;
    cursor: pointer !important;
    border-bottom: 1.5px dotted #FF9E1F !important;
    font-style: italic !important;
}

.sidebar .tooltip-link[category="background"]:hover {
  color: #FF9E1F !important;
}

.sidebar .tooltip-link[category="feat"] {

    color: #FF9E1F !important;
    text-decoration-color: #FF9E1F !important;
    cursor: pointer !important;
    border-bottom: 1.5px dotted #FF9E1F !important;
    font-style: italic !important;
}

.sidebar .tooltip-link[category="feat"]:hover {
  color: #FF9E1F !important;
}

.sidebar .tooltip-link[category="creature"] {

    color: #F26363 !important;
    text-decoration-color: #F26363 !important;
    cursor: pointer !important;
    border-bottom: 1.5px dotted #F26363 !important;
    font-style: italic !important;
}

.sidebar .tooltip-link[category="creature"]:hover {
  color: #F26363 !important;
}

.sidebar .tooltip-link[category="item"] {

    color: #4F98F3 !important;
    text-decoration-color: #4F98F3 !important;
    cursor: pointer !important;
    border-bottom: 1.5px dotted #4F98F3 !important;
    font-style: italic !important;
}

.sidebar .tooltip-link[category="item"]:hover {
  color: #4F98F3 !important;
}