/* Inter Font Family - Local Files */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('./inter/Inter-Light.ttf') format('truetype');
    font-display: swap;
}

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

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

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

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