/*
 * Calgary Local — overrides on top of bulletin-local.css.
 * From the old OceanWP site at calgary.raginggrannies.org: white ground,
 * black text, deep red accent (#bd081c), Arial Black display headings.
 */
:root {
	--color-paper:      #ffffff;
	--color-paper-2:    #f5f5f5;
	--color-card:       #ffffff;
	--color-ink:        #000000;
	--color-ink-soft:   #32373c;
	--color-ink-lilac:  #666666;
	--color-red:        #bd081c;
	--color-red-soft:   #d97b84;
	--color-rose:       #f9e6e8;
	--color-mustard:    #ffe9a8;
	--color-rule:       #d0d0d0;
	--color-muted:      #8a8a8a;
	--color-text:       #1a1a1a;
	--color-text-soft:  #4c4c4c;
	--color-on-dark:    #ffffff;

	--font-display: "Arial Black", Gadget, Arial, sans-serif;
	--font-body:    Arial, Helvetica, sans-serif;

	--shadow-card: 0 1px 2px rgba(0,0,0,.08);
	--shadow-lift: 0 3px 12px rgba(0,0,0,.12);
	--shadow-polaroid: 0 10px 28px rgba(0,0,0,.18), 0 3px 8px rgba(0,0,0,.08);
}
/* Arial Black runs wide; pull display sizes in a touch. */
h1, h2, h3 { letter-spacing: -0.5px; }
a { color: #bd081c; }
a:hover, a:focus { color: #8c0615; }
