/* Sailec Light (300) */
@font-face {
  font-family: "Gallery";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./GalleryModernPL.otf") format("otf"),
       url("./GalleryModernPL.woff") format("woff"),
       url("./GalleryModernPL.woff2") format("woff2");
}

/* Sailec Light (300) */
@font-face {
  font-family: "Sailec";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./Sailec-Light.woff2") format("woff2"),
       url("./Sailec-Light.woff") format("woff");
}

/* 400 normal → użyj plików Medium jako aliasu (bo nie masz Regular upright) */
@font-face {
  font-family: "Sailec";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./Sailec-Medium.woff2") format("woff2"),
       url("./Sailec-Medium.woff") format("woff");
}

/* 400 italic – masz pliki Regular-Italic */
@font-face {
  font-family: "Sailec";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./Sailec-Regular-Italic.woff2") format("woff2"),
       url("./Sailec-Regular-Italic.woff") format("woff");
}

/* 500 Medium (zostaw też natywnie, jeśli gdzieś używasz 500) */
@font-face {
  font-family: "Sailec";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./Sailec-Medium.woff2") format("woff2"),
       url("./Sailec-Medium.woff") format("woff");
}

/* 700 Bold */
@font-face {
  font-family: "Sailec";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./Sailec-Bold.woff2") format("woff2"),
       url("./Sailec-Bold.woff") format("woff");
}

/* 100 Thin */
@font-face {
  font-family: "Sailec";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("./Sailec-Thin.woff2") format("woff2"),
       url("./Sailec-Thin.woff") format("woff");
}
