// src: <https://hypothes.is/embed.js>

window.hypothesisConfig = function () {
  return {
    "openSidebar": false, 
    "theme": "clean",
    branding: {
      appBackgroundColor: '#f7ff85',
      ctaBackgroundColor: 'rgba(3, 11, 16, 1)',
      ctaTextColor: '#00006b',
      selectionFontFamily: 'Georgia, serif'
    }
  };
};