/*
Theme Name: Astra Child
Theme URI: https://outerspace.ink
Description: Thème enfant d'Astra
Author: MOI
Author URI: https://votre-site.com
Template: astra
Version: 1.0
*/
@font-face{
  font-family: 'Data 70';
  src:  url('/wp-content/themes/astra-child/fonts/DataSeventyPlain.woff2') format('woff2'),
        url('/wp-content/themes/astra-child/fonts/DataSeventyPlain.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
 }

/* Segoe UI – Regular (400) */
@font-face{
  font-family: 'Segoe UI';
  src: url('/wp-content/themes/astra-child/fonts/SegoeUI.woff2') format('woff2'),
       url('/wp-content/themes/astra-child/fonts/SegoeUI.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Segoe UI – Light (300) */
@font-face{
  font-family: 'Segoe UI';
  src: url('/wp-content/themes/astra-child/fonts/SegoeUI-Light.woff2') format('woff2'),
       url('/wp-content/themes/astra-child/fonts/SegoeUI-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Segoe UI – SemiBold (600) */
@font-face{
  font-family: 'Segoe UI';
  src: url('/wp-content/themes/astra-child/fonts/SegoeUI-SemiBold.woff2') format('woff2'),
       url('/wp-content/themes/astra-child/fonts/SegoeUI-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Segoe UI – Bold (700) */
@font-face{
  font-family: 'Segoe UI';
  src: url('/wp-content/themes/astra-child/fonts/SegoeUI-Bold.woff2') format('woff2'),
       url('/wp-content/themes/astra-child/fonts/SegoeUI-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

