/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


@font-face {
    font-family: Inter;
    src: url("../woff2/inter-regular.woff2");
    font-weight: 400;
}

@font-face {
    font-family: Inter;
    src: url("../woff2/inter-medium.woff2");
    font-weight: 500;
}

@font-face {
    font-family: Inter;
    src: url("../woff2/inter-black.woff2");
    font-weight: 900;
}