/**
*Theme Name: Astra Child Theme
*Description: Custom Astra Child theme
*Version: 1.0.0
*Author: Dreamweb
*Template: astra
*/
@font-face {
  font-family: 'Astra';
  src: url('https://website/wp-content/themes/astra/assets/fonts/astra.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* ← this is key */
}
