/* Acumin Variable Concept Font */
/* Font from OnlineWebFonts.com licensed by CC BY 4.0 */
/* Source: https://db.onlinewebfonts.com/c/066ce24dae3730ed6c648b09efaea93a?family=Acumin+Variable+Concept */
@font-face {
  font-family: 'Acumin Variable Concept';
  src: url('../fonts/acumin/acumin.eot');
  src: url('../fonts/acumin/acumin.eot?#iefix') format('embedded-opentype'),
       url('../fonts/acumin/acumin.woff') format('woff'),
       url('../fonts/acumin/acumin.woff2') format('woff2'),
       url('../fonts/acumin/acumin.ttf') format('truetype'),
       url('../fonts/acumin/acumin.svg#Acumin Variable Concept') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Apply Acumin Variable Concept font to all text */
body {
  font-family: 'Acumin Variable Concept', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* Ensure all text elements use the Acumin Variable Concept font */
h1, h2, h3, h4, h5, h6, p, span, a, button, input, textarea, select, div, li, td, th {
  font-family: 'Acumin Variable Concept', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
} 