/* Local Fonts - Fallback to system fonts */

/* Inter Font Family - Using system sans-serif stack */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: local('Arial'), local('Helvetica Neue'), local('Helvetica'), local('sans-serif');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: local('Arial'), local('Helvetica Neue'), local('Helvetica'), local('sans-serif');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: local('Arial'), local('Helvetica Neue'), local('Helvetica'), local('sans-serif');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: local('Arial'), local('Helvetica Neue'), local('Helvetica'), local('sans-serif');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: local('Arial'), local('Helvetica Neue'), local('Helvetica'), local('sans-serif');
}

/* Playfair Display Font Family - Using system serif stack */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local('Georgia'), local('Times New Roman'), local('Times'), local('serif');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: local('Georgia'), local('Times New Roman'), local('Times'), local('serif');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: local('Georgia'), local('Times New Roman'), local('Times'), local('serif');
}
