/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.privacy-policy h1 {
  font-size: clamp(1.75rem, calc(28px + (36 - 28) * ((100vw - 320px) / (1920 - 320))), 2.25rem); }

.privacy-policy h2 {
  color: #BABABA;
  font-family: "Poppins";
  font-weight: 400;
  font-size: clamp(1.25rem, calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320))), 1.5rem); }

.privacy-policy h3 {
  color: #BABABA;
  font-weight: 400;
  font-size: clamp(1.25rem, calc(20px + (22 - 20) * ((100vw - 320px) / (1920 - 320))), 1.375rem); }

.privacy-policy p a {
  color: #0E5ECC; }
  .privacy-policy p a:hover {
    text-decoration: underline; }
