/*/////////////////////////////////////////////////////////////////////////////
// Version 1.2 Signed by Sid @ BENTO on 2025-09-23 T 18:46:45 -06:00
// Authentication (do not edit) $LFAAxTQ2$
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2025 by Sid Paral. All rights reserved
//
// Permission to use, copy, modify, and distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// copyright notice and this permission notice appear in all copies.
//
// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
// WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
// MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
// ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
// WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
// ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
// OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
///////////////////////////////////////////////////////////////////////////////
//
// wp.css
//
/////////////////////////////////////////////////////////////////////////////*/

:root						{
								--cs-base-back-color:			#9CF;
								--cs-base-text-color:			#630;
								--cs-base-alnk-color:			#066;
								--cs-base-avis-color:			#606;
								--cs-base-ahov-color:			#060;
								--cs-base-aact-color:			#990;
								--illu-album-htext-color:		#333;
								--illu-album-hback-color:		#CCC;
							}

/*///////////////////////////////////////////////////////////////////////////*/

.head-chunk					{
								display:						flex;
								flex-direction:					column;
								flex-wrap:						nowrap;
								justify-content:				center;
								align-items:					center;
							}
.head-chunk.left			{	align-items:					flex-start;			}
.head-chunk.right			{	align-items:					flex-end;			}
.head						{
								font-size:						calc(0.3rem + 3vmin);
								font-weight:					bold;
							}
.subhead					{
								font-size:						calc(0.2rem + 2vmin);
								font-weight:					normal;
							}

.finale						{
								font-size:						calc(0.3rem + 1.0vmin);
							}

/*///////////////////////////////////////////////////////////////////////////*/
