/* Theme Name: Berlin Blog Theme URI: https://www.wpfrank.com/marin/ Template: marin Author: wpfrank Author URI: https://www.wpfrank.com/ Description: Introducing the Berlin Blog Theme, a dynamic and forward-looking design crafted for both the modern era and classic interfaces. This next-generation theme seamlessly blends solid and gradient colors, accompanied by captivating animations and enticing features. Whether you're an emerging startup or a well-established business, Berlin Blog provides a perfect visual harmony that suits any industry. Immerse yourself in its innovative design by exploring the demo of Marin Pro and witness the future of user interface aesthetics. View the demo of Marin Pro https://wpfrank.com/wordpress-themes/marin-premium/#theme-demo-section Version: 0.0.2 Tested up to: 6.4 Requires PHP: 5.6 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html Tags: one-column,two-columns,right-sidebar,flexible-header,custom-background,custom-colors,custom-header,custom-menu,custom-logo,featured-image-header,featured-images,footer-widgets,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,blog,e-commerce,portfolio,editor-style,grid-layout Text Domain: berlin-blog */ :root { --sp-gradient1:linear-gradient(-137deg, var(--sp-primary) 0%, var(--sp-primary2) 100%); --sp-gradient2:linear-gradient(137deg, var(--sp-secondary) 0%, var(--sp-secondary2) 100%); --sp-green:#ffffff; --sp-white:#ffffff; --sp-primary-light:#fff9f9; --sp-primary:#2e3192; --sp-primary2:#1bffff; --sp-secondary:#11104d; --sp-secondary2:#060534; --sp-secondary-dark:#252525; --sp-border-dark:#dddddd; --sp-border-light:#e9e9e9; --sp-border-extra-light:#f2f2f2; --sp-scrollbar-thumb:#c2c2c2; --sp-font-sans-serif:"Poppins",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; --sp-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; --sp-shadow: 2px 5px 20px rgba(0, 0, 0, .2); --sp-radius: 3px; --sp-transition: all .3s cubic-bezier(.645,.045,.355,1); }