/*
Theme Name:     The Print Center
Theme URI:      n/a
Template:       kadence
Author:         Threshold Solutions
Author URI:     n/a
Description:    Kadence child theme for printcenter.org - Wood Type brand system by Threshold Solutions.
Version:        1.1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


:root {
  
  --tpc-vermilion: #EF4D14;
  --tpc-press-red: #C93A0B;
  --tpc-ink: #0F0F0F;
  --tpc-body: #262626;
  --tpc-warm-gray: #57534E;
  --tpc-border: #DCD6CE;
  --tpc-cream: #FAF7F0;
  --tpc-newsprint: #FAF7F0; 
  --tpc-card: #FCFAF5;
  --tpc-paper: #FFFFFF;

  
  --tpc-space-3xs: 4px;
  --tpc-space-2xs: 8px;
  --tpc-space-xs: 12px;
  --tpc-space-sm: 16px;
  --tpc-space-md: 24px;
  --tpc-space-lg: 32px;
  --tpc-space-xl: 48px;
  --tpc-space-2xl: 64px;
  --tpc-space-3xl: 96px;
  --tpc-space-4xl: 128px;

  
  --tpc-content-width: 1200px;
  --tpc-narrow-width: 720px;
}

::selection {
  background: var(--tpc-vermilion);
  color: #fff;
}
