/*
	Inter UI downloaded from https://rsms.me/inter/. 
	Version 3.2
*/

@font-face {
    font-family: 'Inter UI';
    font-style: normal;
    font-weight: 200;
    src: url("Inter-UI/Inter-UI-ExtraLight.woff2") format("woff2");
}

@font-face {
    font-family: 'Inter UI';
    font-style: normal;
    font-weight: 300;
    src: url("Inter-UI/Inter-UI-Light.woff2") format("woff2");
}

@font-face {
    font-family: 'Inter UI';
    font-style:  normal;
    font-weight: 400;
    src: url("Inter-UI/Inter-UI-Regular.woff2") format("woff2");
}

@font-face {
    font-family: 'Inter UI';
    font-style:  italic;
    font-weight: 400;
    src: url("Inter-UI/Inter-UI-Italic.woff2") format("woff2");
}
  
@font-face {
    font-family: 'Inter UI';
    font-style:  normal;
    font-weight: 500;
    src: url("Inter-UI/Inter-UI-Medium.woff2") format("woff2");
}

@font-face {
    font-family: 'Inter UI';
    font-style:  italic;
    font-weight: 500;
    src: url("Inter-UI/Inter-UI-MediumItalic.woff2") format("woff2");
}
  
@font-face {
    font-family: 'Inter UI';
    font-style:  normal;
    font-weight: 600;
    src: url("Inter-UI/Inter-UI-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: 'Inter UI';
    font-style:  italic;
    font-weight: 600;
    src: url("Inter-UI/Inter-UI-SemiBoldItalic.woff2") format("woff2");
}
  
@font-face {
    font-family: 'Inter UI';
    font-style:  normal;
    font-weight: 700;
    src: url("Inter-UI/Inter-UI-Bold.woff2") format("woff2");
}

@font-face {
    font-family: 'Inter UI';
    font-style:  italic;
    font-weight: 700;
    src: url("Inter-UI/Inter-UI-BoldItalic.woff2") format("woff2");
}