/*
Theme Name:  Vue.wordpress
Author:      Brandon Shiluk
Author URI:  https://github.com/bucky355
Description: Takes a hybrid approach, using Wordpress to manage and serve initial content. Vue.js takes over all future in-site navigation effectively transforming the site into a SPA.
Version:     1.0.0
Text Domain: vue-wordpress
*/


/* Base Styles
------------------------------------- */
:root {
  --w-container: 1280px;
  --p: 16px;
  --bg-color-p: #ffca00;
     --color-p: #333;
  --bg-color-s: #fff;
     --color-s: #333;
}

html {
  /* font-size: 100%; */
}
  
body {
  padding: 0;
  margin: 0;
  /* font-size: 1.2em;
  line-height: 1.6;
  font-weight: 400; */
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,Cantarell, "Helvetica Neue", sans-serif;
  font-optical-sizing: auto;
  color: #444;
  background-color: #f5f6f9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  /* min-height: 100vh; */
  /* overflow: hidden; */
  padding: 0;
}

/*  */
.wp-block-image {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wp-block-image img {
  object-fit: contain !important;
  background: #fff;
}

.wp-block-gallery {
  margin: 1rem 0;
}

.dbg1 { outline: 1px dashed #f00;}
.dbg2 { outline: 1px dashed #0f0;}
.dbg3 { outline: 1px dashed #00f;}

.dbgp {padding: 12px;}



/* animation-fill-mode: forwards; */


