@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Inter ExtraLight (200) */
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Inter Light (300) */
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Inter Regular (400) */
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Inter Medium (500) */
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Inter SemiBold (600) */
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Inter Bold (700) */
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Inter ExtraBold (800) */
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Inter Black (900) */
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */
.font-playfair { font-family: 'italic', serif; }    
.font-inter {   font-family: "Inter", sans-serif;
    font-optical-sizing: auto; }