HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux vm8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: afleverb (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/drakkar_site/wp-content/themes/blocksy/static/sass/backend/editor/blocks/typography.scss
:root {
	--theme-font-stack-default: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;

	&,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	pre,
	figcaption,
	.entry-meta,
	.ct-search-box,
	.ct-breadcrumbs,
	.wp-block-quote,
	.wp-block-pullquote {
		font-family: var(--theme-font-family);
		font-size: var(--theme-font-size);
		font-weight: var(--theme-font-weight);
		font-style: var(--theme-font-style, inherit);
		line-height: var(--theme-line-height);
		letter-spacing: var(--theme-letter-spacing);
		text-transform: var(--theme-text-transform);
		text-decoration: var(--theme-text-decoration);
	}

	// buttons
	.wp-element-button {
		font-family: var(--theme-button-font-family, var(--theme-font-family));
		font-size: var(--theme-button-font-size);
		font-weight: var(--theme-button-font-weight);
		font-style: var(--theme-button-font-style);
		line-height: var(--theme-button-line-height);
		letter-spacing: var(--theme-button-letter-spacing);
		text-transform: var(--theme-button-text-transform);
		text-decoration: var(--theme-button-text-decoration);
	}

	.wp-block-button[style*="font-weight"] {

		.wp-element-button {
			font-weight: inherit;
		}
	}
}