/*
 Theme Name:   Tinker Valley Theme
 Theme URI:    https://tinkervalley.ca
 Description:  Theme for Tinker Valley
 Author:       Tinker Valley
 Author URI:   https://tinkervalley.ca
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/




/* Selection Color */
::selection {
  background: #1c6fa1;
  color: #f8f8f8;
}

/* Disable focus border */
:focus {
  outline: none!important;
  }

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* WP Block Heading */
.wp-block-heading {
  padding-bottom: 15px;
  padding-top: 25px;
  }