/*
 * Manrope Font — Digital Store Pro
 * Primary: Google Fonts CDN (no local font files needed)
 * Fallback: system fonts
 *
 * If you have local Manrope woff/woff2 files, place them in:
 * assets/fonts/ and uncomment the @font-face rules below.
 */

/* Google Fonts import (loads automatically) */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/*
 * ── OPTIONAL: Local font files ──────────────────────────────────────────
 * Uncomment below if you add woff2/woff files to assets/fonts/
 *
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-display: swap;
    font-weight: 200;
    src: local(''),
         url('../fonts/manrope-v4-latin-200.woff2') format('woff2'),
         url('../fonts/manrope-v4-latin-200.woff') format('woff');
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: local(''),
         url('../fonts/manrope-v4-latin-300.woff2') format('woff2'),
         url('../fonts/manrope-v4-latin-300.woff') format('woff');
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local(''),
         url('../fonts/manrope-v4-latin-regular.woff2') format('woff2'),
         url('../fonts/manrope-v4-latin-regular.woff') format('woff');
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-display: block;
    font-weight: 500;
    src: local(''),
         url('../fonts/manrope-v4-latin-500.woff2') format('woff2'),
         url('../fonts/manrope-v4-latin-500.woff') format('woff');
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: local(''),
         url('../fonts/manrope-v4-latin-600.woff2') format('woff2'),
         url('../fonts/manrope-v4-latin-600.woff') format('woff');
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: local(''),
         url('../fonts/manrope-v4-latin-700.woff2') format('woff2'),
         url('../fonts/manrope-v4-latin-700.woff') format('woff');
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-display: block;
    font-weight: 800;
    src: local(''),
         url('../fonts/manrope-v4-latin-800.woff2') format('woff2'),
         url('../fonts/manrope-v4-latin-800.woff') format('woff');
}
*/
