@font-face {
    font-family: 'Inter';
    font-weight: normal;
    font-style: normal;
    src: url('./Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    src: url('./Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 600;
    font-style: normal;
    src: url('./Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 700;
    font-style: normal;
    src: url('./Montserrat-Bold.ttf') format('truetype');
}