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

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

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


@font-face {
    font-family: 'Los-Angeles-Deco';
    src: url('../fonts/Los/Los-Angeles-Deco.woff') format('woff'),
         url('../fonts/Los/Los-Angeles-Deco.ttf') format('truetype'),
         url('../fonts/Los/Los-Angeles-Deco.otf') format('opentype'),
         url('../fonts/Los/Los-Angeles-Deco.svg#CustomFont') format('svg');
    font-weight: normal;
    font-style: normal;
}

