This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
5 essential CSS rules to add to any Squarespace website | |
------------------------------------------------------- | |
Author: Andy Clarke | |
Studio: https://stuffandnonsense.co.uk | |
Template store: https://stuffandnonsense.store | |
*/ | |
html:focus-within { | |
scroll-behavior: smooth; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* CSS Custom Properties */ | |
:root { | |
--font-family-default: 'Merriweather', serif; | |
--font-family-alt: 'Merriweather Sans', sans-serif; | |
--font-color-default: #b1a18; | |
--font-color-alt: #f5f5f3; | |
--font-link-default: #a62339; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* CSS Custom Properties */ | |
:root { | |
--font-family: 'Georgia', serif; | |
--font-family-alt: 'Helvetica', Arial, sans-serif; | |
--font-weight: 400; | |
--font-weight-bold: 700; | |
--font-weight-black: 900; | |
/* 3:4 perfect fourth scale */ |