/* assets/styles/fonts.css */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Применение шрифта */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-optical-sizing: auto;
}
