@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Hello Paris';
  src: local('Hello Paris'), url('/fonts/hello-paris-5.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Custom Font 1';
  src: local('Custom Font 1'), url('/fonts/custom-font1.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Custom Font 2';
  src: local('Custom Font 2'), url('/fonts/custom-font2.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Custom Font 3';
  src: local('Custom Font 3'), url('/fonts/custom-font3.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Custom Font 4';
  src: local('Custom Font 4'), url('/fonts/custom-font4.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Custom Font 5';
  src: local('Custom Font 5'), url('/fonts/custom-font5.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Custom Font 6';
  src: local('Custom Font 6'), url('/fonts/custom-font6.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Custom Font 7';
  src: local('Custom Font 7'), url('/fonts/custom-font7.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Custom Font 8';
  src: local('Custom Font 8'), url('/fonts/custom-font8.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Custom Font 9';
  src: local('Custom Font 9'), url('/fonts/custom-font9.otf') format('opentype');
  font-display: swap;
}
