/* Google Palette Inspired */
.bg-google-blue { background-color: #4285F4; }
.bg-google-red { background-color: #EA4335; }
.bg-google-yellow { background-color: #FBBC05; }
.bg-google-green { background-color: #34A853; }

.text-google-blue { color: #4285F4; }
.text-google-red { color: #EA4335; }
.text-google-yellow { color: #FBBC05; }
.text-google-green { color: #34A853; }

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}
