body{
      font-family: "Nissan Brand";
}

h1 {
    font-family:var(--h1-font-family);
    font-weight:var(--h1-font-weight);
    color:var(--nissanDark);

    font-size: 35px;
    line-height: 1.2;
    padding-bottom: 20px;


}
h2 {
    font-family:var(--h2-font-family);
    font-weight:var(--h2-font-weight);
    color:var(--nissanDark);
}
h3 {
    font-family:var(--h3-font-family);
    font-weight:var(--h3-font-weight);
    color:var(--nissanDark);
}
p {
    font-family:var(--p-font-family);
    font-weight:var(--p-font-weight);
    color:var(--nissanDark);
}
:where(p) {
    margin: 0 0 1.2em
}

:where(p:last-of-type) {
    margin-bottom: 0
}



.fa-angle-right:before {
    content: "\f105";
}


    .container{
        max-width:1500px;
    }

    
    body, h1, h2, h3, h4, h5, h6, h7, p, strong{
        font-weight:100 !important;
    }