/* Regular (Звичайний) */
@font-face {
  font-family: 'Philosopher';
  src: url('/google-fonts-philosopher/Philosopher-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Italic (Курсив) */
@font-face {
  font-family: 'Philosopher';
  src: url('/google-fonts-philosopher/Philosopher-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Bold (Жирний) */
@font-face {
  font-family: 'Philosopher';
  src: url('/google-fonts-philosopher/Philosopher-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic (Жирний курсив) */
@font-face {
  font-family: 'Philosopher';
  src: url('/google-fonts-philosopher/Philosopher-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}