/*
Theme Name: fox-www
Theme URI: https://underscoretw.com/
Author: underscoretw.com
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fox-www
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fox-www is based on _tw https://underscoretw.com/, (C) 2021-2022 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2022 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/



.has-color-1-color {
    color:#251E47;
}
.has-color-2-color {
  color:#D100BF;
}
.has-color-3-color {
  color:#663399;
}

.has-color-4-color {
  color:#F5BD1E;
}

.has-color-5-color {
    color:#FAFAFA;
}

.has-color-6-color {
color:#fff!important;
}

.has-color-7-color {
color:#000;
}

/* ----- bg color */

.has-color-1-background-color {
    background-color:#251E47;
}
.has-color-2-background-color {
    background-color:#4C257E;
}
.has-color-3-background-color {
    background-color:#663399;
}
.has-color-4-background-color {
    background-color:#F5BD1E;
}

.has-color-5-background-color {
    background-color:#FAFAFA;
}

.has-color-6-background-color {
    background-color:#fff;
}
