Try to import the css in the frontmatter like this instead of using link tag.
--- import "../styles/style.css"; ---
<link rel="stylesheet" href="../styles/style.css" />