diff --git a/components/dist/input.js b/components/dist/input.js
index 969377c..7c50bc7 100644
--- a/components/dist/input.js
+++ b/components/dist/input.js
@@ -137,6 +137,7 @@ smInput.innerHTML = `
font-family: inherit;
width: 100%;
caret-color: var(--accent-color, teal);
+ font-weight: inherit;
}
:host([animate]) .input:focus-within .container input,
.animate-placeholder .container input {
@@ -221,10 +222,10 @@ smInput.innerHTML = `
}
-