/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 11 2023 | 06:39:02 */
h1,h2,h3,h4,h5,h6								{ margin: 0; padding: 0; }
h1                                              { font-size:32px; } /* Uses px to retain size from em scaling */
h2                                              { font-size:24px; }
h3                                              { font-size:18px; }
h4                                              { font-size:16px; font-weight:500; }
h5                                              { font-size:13px; font-weight:500; }
h6                                              { font-size:11px; font-weight:500; }

/*** Variables Default ***/
:root {
    /*///// Utilities /////*/
    --a-pad:                15px;
    --a-mar:                15px;
    --a-gap:                15px;
    --a-border-radius:      6px;
    --a-speed-fast:         0.05s;
    --a-speed-mid:          0.3s;
    --a-speed-slow:         0.5s;
    --a-shadow-opacity:     0.2;
    --a-highlight-opacity:  0.2;
    --a-border-opacity:     0.25;
    --a-line-color:         rgba(0,0,0, var(--a-border-opacity));
    --a-line-border:        1px solid var(--a-line-color);

    /*///// Flexbox /////*/
    --a-flex-gap: var(--a-gap);

    /*///// Button Misc /////*/
	/** ######### to be made generic as part of utilities without -button */
    --a-button-border:                  1px solid rgba(0,0,0,0.09);
    --a-button-shadow-color:            rgba(0,0,0, 0.13);
    --a-button-padding:                 var(--a-pad);
    --a-button-margin:                  var(--a-mar);
    --a-button-gap:                     var(--a-gap);
    --a-button-radius:                  var(--a-border-radius);
}
