/* GOOGLE MAPS PARTNERS */
/* ==================== */

html {
    scroll-behavior: smooth;
  }
  
  @font-face {
    font-family: 'valencia sans';
    src: local('valencia sans');
    src: url('fonts/valencia-sans.ttf') format('truetype'),
         url('fonts/valencia-sans.otf') format('opentype'),
         url('fonts/valencia-sans-webfont.woff') format('woff'),
         url('fonts/valencia-sans-webfont.woff2') format('woff2');}
  
  
  /* GLOBAL ELEMENTS */
  /* =============== */

  img.google-mcp-logo {
    width: 80%;
    text-shadow: 0px 1px 2px rgba(22,22,22,0.2);
  }

  .product-description button.google-mcp-button {
    background-color: rgba(0,0,0,.25);
  }

  .product-description button.google-mcp-button:hover {
    background-color: rgb(54,63,80);
    color: white;
  }

