/* === Baloo Fonts === */
@font-face {
    font-family: 'Baloo';
    src: url('/assets/fonts/Baloo-Regular.ttf') format('truetype');
  }
  @font-face {
    font-family: 'BalooBhai';
    src: url('/assets/fonts/BalooBhai-Regular.ttf') format('truetype');
  }
  @font-face {
    font-family: 'BalooBhaijaan';
    src: url('/assets/fonts/BalooBhaijaan-Regular.ttf') format('truetype');
  }
  @font-face {
    font-family: 'BalooBhaina';
    src: url('/assets/fonts/BalooBhaina-Regular.ttf') format('truetype');
  }
  @font-face {
    font-family: 'BalooChettan';
    src: url('/assets/fonts/BalooChettan-Regular.ttf') format('truetype');
  }
  @font-face {
    font-family: 'BalooDa';
    src: url('/assets/fonts/BalooDa-Regular.ttf') format('truetype');
  }
  @font-face {
    font-family: 'BalooPaaji';
    src: url('/assets/fonts/BalooPaaji-Regular.ttf') format('truetype');
  }
  @font-face {
    font-family: 'BalooTamma';
    src: url('/assets/fonts/BalooTamma-Regular.ttf') format('truetype');
  }
  @font-face {
    font-family: 'BalooTammudu';
    src: url('/assets/fonts/BalooTammudu-Regular.ttf') format('truetype');
  }
  @font-face {
    font-family: 'BalooThambi';
    src: url('/assets/fonts/BalooThambi-Regular.ttf') format('truetype');
  }
  
  /* === Satoshi Fonts === */
  @font-face {
    font-family: 'Satoshi';
    src: url('/assets/fonts/Satoshi-Regular.otf') format('opentype');
    font-weight: 400;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('/assets/fonts/Satoshi-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('/assets/fonts/Satoshi-Medium.otf') format('opentype');
    font-weight: 500;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('/assets/fonts/Satoshi-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('/assets/fonts/Satoshi-Bold.otf') format('opentype');
    font-weight: 700;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('/assets/fonts/Satoshi-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('/assets/fonts/Satoshi-Black.otf') format('opentype');
    font-weight: 900;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('/assets/fonts/Satoshi-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('/assets/fonts/Satoshi-Light.otf') format('opentype');
    font-weight: 300;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('/assets/fonts/Satoshi-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
  }
  