﻿@font-face {
    font-family: 'Inter';
    font-weight: 100;
    src: url("./fonts/Inter-Thin.otf") format('opentype');
}
@font-face {
    font-family: 'Inter';
    font-weight: 100;
    font-style: italic;
    src: url("./fonts/Inter-ThinItalic.otf") format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 200;
    src: url("./fonts/Inter-ExtraLight.otf") format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 200;
    font-style: italic;
    src: url("./fonts/Inter-ExtraLightItalic.otf") format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 300;
    src: url("./fonts/Inter-Light.otf") format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 300;
    font-style: italic;
    src: url("./fonts/Inter-LightItalic.otf") format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 400;
    src: url("./fonts/Inter-Regular.otf") format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 400;
    font-style: italic;
    src: url("./fonts/Inter-Italic.otf") format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 500;
    src: url("./fonts/Inter-Medium.otf") format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 500;
    font-style: italic;
    src: url("./fonts/Inter-MediumItalic.otf") format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 600;
    src: url("./fonts/Inter-SemiBold.otf") format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 600;
    font-style: italic;
    src: url("./fonts/Inter-SemiBoldItalic.otf") format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 700;
    src: url("./fonts/Inter-Bold.otf") format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 700;
    font-style: italic;
    src: url("./fonts/Inter-BoldItalic.otf") format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 800;
    src: url("./fonts/Inter-ExtraBold.otf") format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 800;
    font-style: italic;
    src: url("./fonts/Inter-ExtraBoldItalic.otf") format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 900;
    src: url("./fonts/Inter-Black.otf") format('opentype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 900;
    font-style: italic;
    src: url("./fonts/Inter-BlackItalic.otf") format('opentype');
}
