I have incorporated a CSS style sheet found here: https://codepen.io/lorenzoyeung/pen/zYqxNQg
However, when I attempt to implement the following code snippet,
background-color: primary;
border-color: secondary;
the changes do not take effect. Can anyone help me understand why? This CSS sheet is intended for use in my plotly web application.