/* Headings */
@font-face {
    font-family: "BrownLLWeb-Medium";
    src: url("../fonts/BrownLLWeb-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "BrownLLWeb-Medium";
    src: url("../fonts/BrownLLWeb-Medium.woff") format("woff");
}

/* Button */
@font-face {
    font-family: 'apercu-mono-bold';
    src: url('../fonts/apercu-mono-bold.woff2') format('woff2'),
    url('../fonts/apercu-mono-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Body */
@font-face {
    font-family: 'apercu-regular-pro';
    src: url('../fonts/apercu-regular-pro.woff2') format('woff2'),
    url('../fonts/apercu-regular-pro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}