@import url('https://fonts.googleapis.com/css2?family=Bagel+Fat+One&family=Manrope:wght@200;300;400;500;600;700;800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,700;1,900&display=swap'); :root{ --slate: #FAFAFA; --black-1: #030303; } *{ box-sizing: border-box; margin: 0; padding: 0; } body{ font-family: 'Manrope', sans-serif; background-color: var(--slate); background-image: var(--gradient-bg); background-repeat: no-repeat; } h1{ font-size: 68px; font-weight: 800; } h2{ font-size: 34px; font-weight: 600; } h3{ font-size: 26px; font-weight: 300; } h4{ font-size: 26px; font-weight: 600; } h5{ font-size: 18px; font-weight: 300; } h6{ font-size: 14px; font-weight: 200; } a{ text-decoration: none; color: var(--black-1); cursor: pointer; }