body{
    font-family: "Woolsocks Regular", sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

h1, b{
    font-family: "Woolsocks Bold", sans-serif;
}

h1 {
    font-size: 24px;
    line-height: 1.4;
}

b{
    font-size: 16px;
    line-height: 1.4;
}

label{
    font-size: 14px;
}
.campaign-img {
    padding-top: 30px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    font-family: "Woolsocks Medium", sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    background-color: #211940 !important;
    border-radius: 4px;
    padding: 0 16px;
    max-width: 100%;
    height: 48px;
}

.btn-primary:active, .btn-primary:focus{
    background-color: #0F0B1C !important;
}

@font-face {
font-family: "Woolsocks Regular";
src: url("../fonts/Woolsocks-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
font-family: "Woolsocks Light";
src: url("../fonts/Woolsocks-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
font-family: "Woolsocks Medium";
src: url("../fonts/Woolsocks-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
font-family: "Woolsocks Bold";
src: url("../fonts/Woolsocks-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}