@font-face {
    font-family: "CorporateA";
    src: url(/assets/fonts/CorporateA-Light.woff) format("woff");
}

body {
    font-family: 'CorporateA';
    font-size: 18px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #2b2b2b;
}

