@font-face {
    font-family: Primary;
    src: url(../fonts/Amarela\ Stencil\ Bold.otf);
    font-family: 700;
}

@font-face {
    font-family: Primary;
    src: url(../fonts/Latinotype\ -\ Amarela\ Stencil\ Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: secondary;
    src: url(../fonts/Oakes-Grotesk-Bold.otf);
    font-weight: 700;
}


@font-face {
    font-family: secondary;
    src: url(../fonts/Oakes\ Grotesk\ SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: secondary;
    src: url(../fonts/Oakes\ Grotesk\ Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: secondary;
    src: url(../fonts/OakesGrotesk-Regular.ttf);
    font-weight: 400;
}

h1{
    font-family: primary;
    font-size: 52px;
    line-height: 47px;
    font-weight: 400;
}

h2{
    font-family: primary;
    font-size: 46px;
    line-height: 37px;
    font-weight: 400;
}

h3{
    font-family: primary;
    font-size: 42px;
    line-height: 33px;
    font-weight: 700;
}

h4{
    font-family: primary;
    font-size: 38px;
    line-height: 30px;
    font-weight: 400;
}

h5{
    font-family: primary;
    font-size: 32px;
    line-height: 22px;
    font-weight: 700;
}

h6{
    font-family: secondary;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

p{
    font-family: secondary;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

a{
    font-family: secondary;
    font-weight: 500;
}