/**

 * All of the CSS for your public-facing functionality should be

 * included in this file.

 */





@font-face {

    font-family: Inter;

    src: url("../fonts/Inter-Regular.woff2");

    font-weight: 400;

}



@font-face {

    font-family: Inter;

    src: url("../fonts/Inter-Medium.woff2");

    font-weight: 500;

}



@font-face {

    font-family: Inter;

    src: url("../fonts/Inter-Black.woff2");

    font-weight: 900;

}