// Pluto Font Family
// Secretaría de Finanzas brand typography
// 
// Font-face declarations for Pluto font family
// Note: The consuming application must provide the font files and define @font-face
// Expected locations: ./assets/fonts/ or node_modules/@lesterarte/sefin-ui/assets/fonts/
//
// Example usage in consuming application's styles.scss:
// @font-face {
//   font-family: 'Pluto';
//   src: url('./assets/fonts/Pluto-Regular.woff2') format('woff2'),
//        url('./assets/fonts/Pluto-Regular.woff') format('woff'),
//        url('./assets/fonts/Pluto-Regular.ttf') format('truetype');
//   font-weight: 400;
//   font-style: normal;
//   font-display: swap;
// }
//
// @font-face {
//   font-family: 'Pluto';
//   src: url('./assets/fonts/Pluto-Light.woff2') format('woff2'),
//        url('./assets/fonts/Pluto-Light.woff') format('woff'),
//        url('./assets/fonts/Pluto-Light.ttf') format('truetype');
//   font-weight: 300;
//   font-style: normal;
//   font-display: swap;
// }
//
// @font-face {
//   font-family: 'Pluto';
//   src: url('./assets/fonts/Pluto-Bold.woff2') format('woff2'),
//        url('./assets/fonts/Pluto-Bold.woff') format('woff'),
//        url('./assets/fonts/Pluto-Bold.ttf') format('truetype');
//   font-weight: 700;
//   font-style: normal;
//   font-display: swap;
// }

// Font declarations are commented out to avoid build errors when font files are not available
// The consuming application must define @font-face rules with paths to their font files

