@font-face {
    font-family: "Grold";
    src: url("/fonts/Grold Black/Grold-Black.ttf") format("truetype"),
        url("/fonts/Grold Black/Grold-Black.woff") format("woff");
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: "Grold";
    src: url("/fonts/Grold Bold/Grold-Bold.ttf") format("truetype"),
        url("/fonts/Grold Bold/Grold-Bold.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Grold";
    src: url("/fonts/Grold Regular/Grold-Regular.eot")
            format("embedded-opentype"),
        url("/fonts/Grold Regular/Grold-Regular.woff") format("woff"),
        url("/fonts/Grold Regular/Grold-Regular.ttf") format("truetype"),
        url("/fonts/Grold Regular/Grold-Regular.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Grold";
    src: url("/fonts/Grold Light/Grold-Light.eot");
    src: url("/fonts/Grold Light/Grold-Light.eot?#iefix")
            format("embedded-opentype"),
        url("/fonts/Grold Light/Grold-Light.woff") format("woff"),
        url("/fonts/Grold Light/Grold-Light.ttf") format("truetype"),
        url("/fonts/Grold Light/Grold-Light.svg") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Grold";
    src: url("/fonts/Grold Thin/Grold-Thin.eot") format("embedded-opentype"),
        url("/fonts/Grold Thin/Grold-Thin.woff") format("woff"),
        url("/fonts/Grold Thin/Grold-Thin.ttf") format("truetype"),
        url("/fonts/Grold Thin/Grold-Thin.svg") format("svg");
    font-weight: 200;
    font-style: normal;
}
