@font-face {
  font-family: 'Satoshi';
  src: url('../../assets/fonts/Satoshi-Regular.woff2') format('woff2'),
       url('../../assets/fonts/Satoshi-Regular.woff') format('woff'),
       url('../../assets/fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../../assets/fonts/Satoshi-Medium.woff2') format('woff2'),
       url('../../assets/fonts/Satoshi-Medium.woff') format('woff'),
       url('../../assets/fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../../assets/fonts/Satoshi-Bold.woff2') format('woff2'),
       url('../../assets/fonts/Satoshi-Bold.woff') format('woff'),
       url('../../assets/fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../../assets/fonts/Satoshi-Bold.woff2') format('woff2'),
       url('../../assets/fonts/Satoshi-Bold.woff') format('woff'),
       url('../../assets/fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Satoshi', sans-serif;
}

/* Responsive text layout for mobile/desktop versions */
@media (min-width: 768px) {
  .section-left-col .d-none { 
    display: block !important; 
  }
  .section-left-col .d-md-none { 
    display: none !important; 
  }
}