HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/webmarketingplus.co.uk/public_html/BK/assets/sass/libs/_vars.scss
// Misc.
	$misc: (
		z-index-base:				10000
	);

// Duration.
	$duration: (
		menu:						0.5s,
		transition:					0.2s
	);

// Size.
	$size: (
		element-height:				2.75em,
		element-margin:				2em,
		section-spacing:			3em,
		section-spacing-small:		1.5em,
		menu:						25em
	);

// Font.
	$font: (
		family:						('Source Sans Pro', Helvetica, sans-serif),
		family-fixed:				('Courier New', monospace),
		family-heading:				('Raleway', Helvetica, sans-serif),
		weight:						400,
		weight-bold:				700,
		weight-heading:				400,
		weight-heading-bold:		800,
		weight-heading-extrabold:	900,
		kerning-heading:			0.25em
	);

// Palette.
	$palette: (
		bg:							#ffffff,
		bg-alt:						#f4f4f4,
		fg:							#646464,
		fg-bold:					#3c3b3b,
		fg-light:					#aaaaaa,
		border:						rgba(160,160,160,0.3),
		border-bg:					rgba(160,160,160,0.075),
		border-alt:					rgba(160,160,160,0.65),
		accent:						#2ebaae
	);