/*
Theme Name: Surrogy V2
Theme URI: https://www.ukrainiansurrogates.com/
Author: Ukrainian Surrogates
Author URI: https://www.ukrainiansurrogates.com/
Description: The Surrogy theme with a working Customizer colour system. Six built-in palettes plus per-colour overrides, driven by CSS custom properties so a palette change reaches every stylesheet at once. Layout, templates and markup are unchanged from Surrogy.
Version: 2.1.3
Requires at least: 4.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, editor-style, featured-images, rtl-language-support, translation-ready
Text Domain: twentysixteen

Based on Twenty Sixteen. This theme, like WordPress, is licensed under the GPL.

The visual styles live in css/ (typographies.css, template-element.css, style.css,
responsive.css, custom.css, default-style.css, nav-style.css, side-nav.css and
ma5-menu.min.css), which header.php hard-links after wp_head(). The four brand colours
in those files are written as var( --sg-*, #fallback ); inc/palette.php defines the
custom properties from the Customizer. See inc/palette.php for the full rationale.

DO NOT MINIFY vendor/bootstrap/css/bootstrap.css or
vendor/font-awesome/css/font-awesome.css. They ship pretty-printed on purpose. In their
original minified form (bootstrap.min.css, font-awesome.min.css) this site's host
silently dropped both files on upload, leaving the grid and the icon font missing while
every other file extracted normally. The cutoff sat between a 29,737-character line
(uploaded) and a 30,861-character line (dropped), and applied to .css but not .js.
Re-minifying these two files will break the layout again in a way that looks like a
theme bug. Longest line is now 270 and 388 characters respectively; the CSS is
declaration-for-declaration identical to the upstream minified originals.
*/
