/*
The primary purpose of this file is to serve as a reference to commonly-used colors across the site. Where such
a color is declared in a file, follow the color code with a comment that contains the color class name.
color: <color code>; <color class comment>
This will make it easier to find and replace the color codes later, if needed.

Of course, you can apply a color from this file directly to an element in your HTML if it makes sense to assign the
color class to that element.
*/

.brand-color1 {color: #ffb015;}

