/*
Theme Name: Erectionary
Theme URI: https://erectionary.com
Author: Baombakatara
Description: Word spell decoding search engine – cypher decoding of words, phrases, and TaOnGoDo.
Version: 1.0
License: GPLv2 or later
Text Domain: erectionary
*/

/* Honeycomb background pattern using brand colour #F3C60F – faded, outlines only */
body {
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 52'%3E%3Cdefs%3E%3Cpattern id='hex' x='0' y='0' width='60' height='52' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' stroke='%23F3C60F' stroke-width='1.2' stroke-opacity='0.2' d='M30 0 L60 15 L60 37 L30 52 L0 37 L0 15 Z' /%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23hex)' /%3E%3C/svg%3E");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 60px 52px;
}