@charset "UTF-8";

/* Google Fonts - Luxury Typography */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

/* Local Fonts */
@font-face {
  font-family: 'Astheresia';
  src: url('./Astheresia.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Acumin';
  src: url('./Acumin-Variable-Concept.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
