@font-face {
    font-family: 'BBBBaskervvol-Base';
    src: url('fonts/BBBBaskervvol-Base.woff2') format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: 'Compagnon-Light';
    src: url('fonts/Compagnon-Light.woff2') format('woff2');
    font-weight: light;
}


body {
    background-color: #ffffff; 
    }

html {
    scroll-behavior: smooth;
}

h1 {
    font-family:'Compagnon-Light';
    font-size: 36px;
    color:#5f6505;
    margin-top: 15px;
}

h2 {
    font-family:'Compagnon-Light';
    font-size: 36px;
    color:#5f6505;
    text-align: right;
    padding:20px 5px 15px;
    margin-top: 20%;
    text-decoration: none;
   
}

a {
    font-family:'Compagnon-Light';
    text-decoration: none;
    color:#5f6505;
}

button {
    font-family:'Compagnon-Light';
    font-size: 12px;
    margin-right: 2%;
    float:left;
    color:#5f6505;
    text-align: right;
    padding: 4px;
    margin-left: 20px;
    margin-bottom: 20%;
}


p, pre, ul  {
    font-family: 'BBBBaskervvol-Base';
    font-size: 20px;
    color: #000000;
    line-height: 130%;  
    text-align: left;
    width: 50vw;
    margin-left: 20px;
    }
 