@font-face {
  font-family: 'Valid';
  src: url('https://cdn.shopify.com/s/files/1/0596/3399/1829/files/valid-regular.eot?v=1762186742'); 
  src: url('https://cdn.shopify.com/s/files/1/0596/3399/1829/files/valid-regular.woff2?v=1762184498') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0596/3399/1829/files/valid-regular.woff?v=1762184498') format('woff'),
       url('https://cdn.shopify.com/s/files/1/0596/3399/1829/files/valid-regular.eot?v=1762186742?#iefix') format('embedded-opentype'),
       url('https://cdn.shopify.com/s/files/1/0596/3399/1829/files/valid-regular.ttf?v=1762186393') format('truetype')
       ;
  font-style: normal;
	font-weight: normal;  
  font-display: swap; /* helps on Safari */
}

@font-face {
  font-family: 'Valid';
  src: url('https://cdn.shopify.com/s/files/1/0596/3399/1829/files/valid-bold.eot?v=1762186742');    
  src: url('https://cdn.shopify.com/s/files/1/0596/3399/1829/files/valid-bold.woff2?v=1762184498') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0596/3399/1829/files/valid-bold.woff?v=1762184498') format('woff'),
       url('https://cdn.shopify.com/s/files/1/0596/3399/1829/files/valid-bold.eot?v=1762186742?#iefix') format('embedded-opentype'),
       url('https://cdn.shopify.com/s/files/1/0596/3399/1829/files/valid-bold.ttf?v=1762186393') format('truetype')
       ;
	font-weight: bold;
  font-style: normal;
  font-display: swap; /* helps on Safari */
}

.heading, .tippy-content a, .f1, .f2, .f3, .f4, .sidebar-nav-item, .f5, .f6, h1, .h1, h2, .h2, h3, .h3, h4, .h4, .post-date, h5, .h5, h6, .h6 {
    color: #A5A5A5;
    font-family: 'Valid', Roboto Slab, sans-serif !important;
    font-style: var(--font-heading-style);
}
html {
    font-family: 'Valid',Helvetica,Arial,sans-serif !important;
}