/* ─────────── ēscenik — Fractul + FractulAlt ─────────── */
/* Las tipografías comerciales viven en /fonts/ */

/* ── Fractul (body / UI) ── */
@font-face {
  font-family: 'Fractul';
  src: url('../fonts/Fractul-Hairline.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('../fonts/Fractul-Thin.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('../fonts/Fractul-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('../fonts/Fractul-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('../fonts/Fractul-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('../fonts/Fractul-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('../fonts/Fractul-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ── FractulAlt (display / títulos) ── */
@font-face {
  font-family: 'FractulAlt';
  src: url('../fonts/FractulAlt-Hairline.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FractulAlt';
  src: url('../fonts/FractulAlt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FractulAlt';
  src: url('../fonts/FractulAlt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FractulAlt';
  src: url('../fonts/FractulAlt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FractulAlt';
  src: url('../fonts/FractulAlt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
