@font-face {
     font-family: 'Radiant Charisma';
     src: local('Radiant Charisma Regular'),
         url('https://tapestry.co.uk/wp-content/uploads/2025/11/RadiantCharisma-Regular.woff2') format('woff2');
     font-weight: 400;
     font-style: normal;
     font-display: swap;
}
 
/*
Include an additional @font-face block for each font file in the family.
Change the font-weight and font-style value to match each font file
*/
@font-face {
     font-family: 'Radiant Charisma';
     src: local('Radiant Charisma Semi-Bold'),
         url('https://tapestry.co.uk/wp-content/uploads/2025/11/RadiantCharisma-SemiBold.woff2') format('woff2');
     font-weight: 600;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'Radiant Charisma';
     src: local('Radiant Charisma Bold'),
         url('https://tapestry.co.uk/wp-content/uploads/2025/11/RadiantCharisma-Bold.woff2') format('woff2');
     font-weight: 700;
     font-style: normal;
     font-display: swap;
}
