/* La Socia y Yo — webfonts */

@font-face {
  font-family: "Evaline";
  src: url("../assets/fonts/Evaline.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Evaline";
  src: url("../assets/fonts/EvalineItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Personal Vogue";
  src: url("../assets/fonts/PersonalVogueRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Personal Vogue";
  src: url("../assets/fonts/PersonalVogueItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Affection";
  src: url("../assets/fonts/Affection.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Poppins — body/content typeface, loaded from Google Fonts (no local file provided) */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
