Not sure if you ever found out what was wrong here, but it’s the @charset line – it needs to be at the very top, above the theme info.
@charset
“.. must be the first element in the style sheet and not be preceded by any character”
So:
@charset "UTF-8";
/*
Theme Name: theme-child
Template: theme
Author: EmSixTeen
Version: 1.0
*/
@import url('../theme/style.css');
See here: https://developer.mozilla.org/en-US/docs/Web/CSS/@charset