@font-face {
  font-family: Manrope;
  src: url('../Manrope-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../Manrope-Medium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../Manrope-SemiBold.woff') format('woff');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../Manrope-Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../Manrope-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-display: swap;
}

html,
body,
body * {
  font-family: Manrope, sans-serif;
}

/* WP skip link — Laravel shell'de görünmesin */
#wp-skip-link,
.skip-link.screen-reader-text {
  display: none !important;
  visibility: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
