/* Philosopher Regular (400) */
@font-face {
    font-family: 'Philosopher';
    src: url('Philosopher-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  /* Philosopher Italic (400) */
  @font-face {
    font-family: 'Philosopher';
    src: url('Philosopher-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }
  
  /* Philosopher Bold (700) */
  @font-face {
    font-family: 'Philosopher';
    src: url('Philosopher-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  /* Philosopher Bold Italic (700) */
  @font-face {
    font-family: 'Philosopher';
    src: url('Philosopher-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
  }
  