/* ============================================
   FULL NUNITO SANS FONT FAMILY (TTF ONLY)
   Все начертания от ExtraLight до Black
   Официальные файлы от Google Fonts
   ============================================ */

/* ExtraLight (200) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('/wp-content/themes/fragment_design/fonts/nunito_sans/NunitoSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* ExtraLight Italic (200) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('/wp-content/themes/fragment_design/fonts/nunito_sans/NunitoSans-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Light (300) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('/wp-content/themes/fragment_design/fonts/nunito_sans/NunitoSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Light Italic (300) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('/wp-content/themes/fragment_design/fonts/nunito_sans/NunitoSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Regular (400) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('/wp-content/themes/fragment_design/fonts/nunito_sans/NunitoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Italic (400) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('/wp-content/themes/fragment_design/fonts/nunito_sans/NunitoSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Medium (500) — НОВОЕ начертание */
@font-face {
    font-family: 'Nunito Sans';
    src: url('/wp-content/themes/fragment_design/fonts/nunito_sans/NunitoSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Medium Italic (500) — НОВОЕ начертание */
@font-face {
    font-family: 'Nunito Sans';
    src: url('/wp-content/themes/fragment_design/fonts/nunito_sans/NunitoSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* SemiBold (600) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('/wp-content/themes/fragment_design/fonts/nunito_sans/NunitoSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* SemiBold Italic (600) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('/wp-content/themes/fragment_design/fonts/nunito_sans/NunitoSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Bold (700) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('/wp-content/themes/fragment_design/fonts/nunito_sans/NunitoSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Bold Italic (700) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('/wp-content/themes/fragment_design/fonts/nunito_sans/NunitoSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* ExtraBold (800) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('/wp-content/themes/fragment_design/fonts/nunito_sans/NunitoSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* ExtraBold Italic (800) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('/wp-content/themes/fragment_design/fonts/nunito_sans/NunitoSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Black (900) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('/wp-content/themes/fragment_design/fonts/nunito_sans/NunitoSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Black Italic (900) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('/wp-content/themes/fragment_design/fonts/nunito_sans/NunitoSans-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
