


body{
    /*font-size: larger;*/
    font-family: "Instrument Sans", sans-serif;
}

a {
  color: #F35733;
}

a:hover,
a:focus {
    color: #F35733 !important;
}

div.sidebar-item-container .active{
    color: #F35733;
}

.sidebar nav[role=doc-toc] ul>li>a.active, .sidebar nav[role=doc-toc] ul>li>ul>li>a.active {
    border-left: 1px solid #F35733;
    color: #F35733 !important;
}

main{
    background-color: #DCB8FF;

    padding: 2rem 2rem !important;

    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;

    margin-top: 2rem !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
}

#quarto-margin-sidebar{
    margin-top: 4rem;
}