

@font-face {
    font-family: valkyrie_ot_a;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    font-display: auto;
    src: url('fonts/valkyrie_ot_a_regular.woff2') format('woff2');
    }
    
    @font-face {
    font-family: valkyrie_ot_a;
    font-style: italic;
    font-weight: normal;
    font-stretch: normal;
    font-display: auto;
    src: url('fonts/valkyrie_ot_a_italic.woff2') format('woff2');
    }
    
    @font-face {
    font-family: valkyrie_ot_a;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    font-display: auto;
    src: url('fonts/valkyrie_ot_a_bold.woff2') format('woff2');
    }
    
    @font-face {
    font-family: valkyrie_ot_a;
    font-style: italic;
    font-weight: bold;
    font-stretch: normal;
    font-display: auto;
    src: url('fonts/valkyrie_ot_a_bold_italic.woff2') format('woff2');
    }
    
    @font-face {
    font-family: valkyrie_ot_b;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    font-display: auto;
    src: url('fonts/valkyrie_ot_b_regular.woff2') format('woff2');
    }
    
    @font-face {
    font-family: valkyrie_ot_b;
    font-style: italic;
    font-weight: normal;
    font-stretch: normal;
    font-display: auto;
    src: url('fonts/valkyrie_ot_b_italic.woff2') format('woff2');
    }
    
    @font-face {
    font-family: valkyrie_ot_b;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    font-display: auto;
    src: url('fonts/valkyrie_ot_b_bold.woff2') format('woff2');
    }
    
    @font-face {
    font-family: valkyrie_ot_b;
    font-style: italic;
    font-weight: bold;
    font-stretch: normal;
    font-display: auto;
    src: url('fonts/valkyrie_ot_b_bold_italic.woff2') format('woff2');
    }

    @font-face {
        font-family: highwind;
        font-style: normal;
        font-weight: normal;
        font-stretch: normal;
        font-display: auto;
        src: url('fonts/Highwind.woff2') format('woff2');
        }

    @font-face {
        font-family: hadijah;
        font-style: normal;
        font-weight: normal;
        font-stretch: normal;
        font-display: auto;
        src: url('fonts/hadijah-free-trial.regular.woff2') format('woff2');
        }

    @font-face {
        font-family: valkyrie_a_caps_regular;
        font-style: normal;
        font-weight: normal;
        font-stretch: normal;
        font-display: auto;
        src: url('fonts/valkyrie_a_caps_regular.woff2') format('woff2');
        }
    

    /* Tufte CSS styles */
html { font-size: 15px; }

body { width: 87.5%;
       margin-left: auto;
       margin-right: auto;
       padding-left: 12.5%;
       padding-right: 12.5%;
       font-family: valkyrie_ot_a;
       background-color: #fffff8;
       color: #111;
       max-width: 600px;}

h1 { font-weight: 400;
     margin-top: 1rem;
     margin-bottom: 1.5rem;
     margin-left: auto;
     margin-right: auto;
     font-size: clamp(0.5rem, 2.5vw, 2.5rem);
     line-height: 1; }

#book-title {
    font-family: hadijah;
    font-size: clamp(2.5rem, 3.5vw, 4rem);;
    margin-left: auto;
    margin-right: auto;
    color: black;
    line-height: 1;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

h2 { font-style: bold;
     font-weight: 400;
     margin-top: 2.1rem;
     margin-bottom: 0;
     font-size: 2rem;
     line-height: 1; }

h3 { font-style: italic;
     font-weight: 400;
     font-size: 1.7rem;
     margin-top: 2rem;
     margin-bottom: 0;
     line-height: 1; }

p { line-height: 1.45;
    padding-right: 0;
    vertical-align: baseline;
    font-size: 1.5rem;
    text-indent: 0em; }

a {
    text-decoration: none;
    color: inherit;
    transition-property: background;
    transition-duration: 0.2s;
    border-radius: 5px;
    font-weight: italic;
    }

div.nav a:active div { background: #fdfdfd;
}

a:active { color: rgb(165, 165, 165); }

a[name]:after{ content: none;
}

a.no-symbol-before:hover {
    background: none;
}

a.no-symbol-before:after {
    content: none;
}

a:hover {
    background-color: #c5c5c5; /* Replace with your desired hover color (e.g., red) */
}

ul{
    font-family: valkyrie_ot_b;
    font-size: 105%;
    column-count: 2;
    column-gap: 2em;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

li{
    font-family: valkyrie_ot_b;
    line-height: 2rem;
    margin-bottom: 1rem;
    padding-right: 0;
    vertical-align: baseline;
    font-size: 1.3rem;
    list-style-type: none;}

.lock {
    pointer-events: none;
    color: gray
}

#footer {
    width: 87.5%;
    margin-left: auto;
    margin-right: auto;
    font-family: valkyrie_a_caps_regular;
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: 0.25rem;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    display: flexbox;
    height: 5%;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    max-width: 1000px;
    background-color:#efefef;
    text-align: center;
    border-style: solid;
    border-color: rgb(102, 102, 102);
    border-width: 1px;
}

#nav {
    font-family: valkyrie_a_caps_regular;
    color: black;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    letter-spacing: 0.25rem;
}

