@font-face {
    font-family: black;
    src: url('../font/inter/inter-black.ttf');
}

@font-face {
    font-family: regular;
    font-weight: 900;
    src: url('../font/inter/inter-regular.ttf');
}

@font-face {
    font-family: 'Inter';
    font-weight: 900;
    src: local('Inter'), url(/public/font/inter/inter-light-beta.ttf) format('opentype');
}
body{
    /*background-color:white !important;*/
    font-family: regular;
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6,.font-weight-bold{
    font-family: black;
    color: #2B1A64;
}