/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2025 | 06:30:54 */
/* Mobile (320px - 480px) */
@media screen and (max-width: 480px) {
  h1 { font-size: 30px !important ;  }
  h2 { font-size: 26px !important ; }
  h3 { font-size: 24px !important ; }
  h4 { font-size: 20px !important ; }
  p { font-size: 14px !important ; }
	/*a.premium-button {
		font-size: 14px !important;
	}*/
	
	
}

/* Tablet (481px - 768px) */
@media screen and (min-width: 481px) and (max-width: 768px) {
  h1 { font-size: 28px !important ; }
  h2 { font-size: 26px !important ; }
  h3 { font-size: 24px !important ; }
  h4 { font-size: 22px !important ; }
  p { font-size: 17px !important ; }
}

/* Desktop (769px and above) */
@media screen and (min-width: 769px) {
  h1 { font-size: 42px !important ; }
  h2 { font-size: 35px !important ; }
  h3 { font-size: 28px !important ; }
  h4 { font-size: 26px !important ; }
  p { font-size: 18px !important ; }
}



/* Remove focus and active state outlines */
*:focus,
*:active {
    outline: none;
}

/* Remove default button and input focus styles */
button,
input,
select,
textarea {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Remove blue outline on links when clicked */
a {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

/* Remove default focus ring for elements */
*:focus-visible {
    outline: none;
}
