@font-face {
    font-family: "Helvetica";
    src: local("Helvetica Bold"), local("Helvetica-Bold"),
        url("./../fonts/Helvetica-Bold.woff2") format("woff2"),
        url("./../fonts/Helvetica-Bold.woff") format("woff"),
        url("./../fonts/Helvetica-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "PlumbBoldC";
    src: url("./../fonts/plumbboldc.otf");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "PlumbLightC";
    src: url("./../fonts/plumblightc.otf");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "PlumbMediumC";
    src: url("./../fonts/plumbmediumc.otf");
    font-weight: 300;
    font-style: normal;
}

body{
    background: #171717;
    color: #fff;
    font-family: "PlumbLightC";
    font-weight: 500;
    font-style: normal;
}
h1, h2, h3, h4,h5,h6{
    font-family: "PlumbBoldC";
    font-weight: 700;
    font-style: normal;
}

a{
    color: #b6965b;
}