﻿/* Inter-Thin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    src: url('/static/fonts/inter/Inter-Thin.woff2') format('woff2');
}

/* Inter-ThinItalic */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 100;
    src: url('/static/fonts/inter/Inter-ThinItalic.woff2') format('woff2');
}

/* Inter-ExtraLight */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    src: url('/static/fonts/inter/Inter-ExtraLight.woff2') format('woff2');
}

/* Inter-ExtraLightItalic */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 200;
    src: url('/static/fonts/inter/Inter-ExtraLightItalic.woff2') format('woff2');
}

/* Inter-Light */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('/static/fonts/inter/Inter-Light.woff2') format('woff2');
}

/* Inter-LightItalic */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 300;
    src: url('/static/fonts/inter/Inter-LightItalic.woff2') format('woff2');
}

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

/* Inter-Italic */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    src: url('/static/fonts/inter/Inter-Italic.woff2') format('woff2');
}

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

/* Inter-MediumItalic */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 500;
    src: url('/static/fonts/inter/Inter-MediumItalic.woff2') format('woff2');
}

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

/* Inter-SemiBoldItalic */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    src: url('/static/fonts/inter/Inter-SemiBoldItalic.woff2') format('woff2');
}

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

/* Inter-BoldItalic */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 700;
    src: url('/static/fonts/inter/Inter-BoldItalic.woff2') format('woff2');
}

/* Inter-ExtraBold */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('/static/fonts/inter/Inter-ExtraBold.woff2') format('woff2');
}

/* Inter-ExtraBoldItalic */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 800;
    src: url('/static/fonts/inter/Inter-ExtraBoldItalic.woff2') format('woff2');
}

/* Inter-Black */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url('/static/fonts/inter/Inter-Black.woff2') format('woff2');
}

/* Inter-BlackItalic */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 900;
    src: url('/static/fonts/inter/Inter-BlackItalic.woff2') format('woff2');
}

/* Inter Thin */
.zero-font-inter-thin {
    font-family: 'Inter', sans-serif !important;
    font-weight: 100;
    font-style: normal;
}

.zero-font-inter-thin-italic {
    font-family: 'Inter', sans-serif !important;
    font-weight: 100;
    font-style: italic;
}

/* Inter ExtraLight */
.zero-font-inter-extra-light {
    font-family: 'Inter', sans-serif !important;
    font-weight: 200;
    font-style: normal;
}

.zero-font-inter-extra-light-italic {
    font-family: 'Inter', sans-serif !important;
    font-weight: 200;
    font-style: italic;
}

/* Inter Light */
.zero-font-inter-light {
    font-family: 'Inter', sans-serif !important;
    font-weight: 300;
    font-style: normal;
}

.zero-font-inter-light-italic {
    font-family: 'Inter', sans-serif !important;
    font-weight: 300;
    font-style: italic;
}

/* Inter Regular */
.zero-font-inter-regular {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

.zero-font-inter-italic {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
    font-style: italic;
}

/* Inter Medium */
.zero-font-inter-medium {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
    font-style: normal;
}

.zero-font-inter-medium-italic {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
    font-style: italic;
}

/* Inter SemiBold */
.zero-font-inter-semi-bold {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
    font-style: normal;
}

.zero-font-inter-semi-bold-italic {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
    font-style: italic;
}

/* Inter Bold */
.zero-font-inter-bold {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700;
    font-style: normal;
}

.zero-font-inter-bold-italic {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700;
    font-style: italic;
}

/* Inter ExtraBold */
.zero-font-inter-extra-bold {
    font-family: 'Inter', sans-serif !important;
    font-weight: 800;
    font-style: normal;
}

.zero-font-inter-extra-bold-italic {
    font-family: 'Inter', sans-serif !important;
    font-weight: 800;
    font-style: italic;
}

/* Inter Black */
.zero-font-inter-black {
    font-family: 'Inter', sans-serif !important;
    font-weight: 900;
    font-style: normal;
}

.zero-font-inter-black-italic {
    font-family: 'Inter', sans-serif !important;
    font-weight: 900;
    font-style: italic;
}