/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 31 2026 | 08:06:16 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Desktop (default) */
h1 { font-size: 144px !important; }
h2 { font-size: 88px !important; }
h3 { font-size: 54px !important; }
h4 { font-size: 34px !important; }
h5 { font-size: 24px !important; }
h6 { font-size: 20px !important; }
p  { font-size: 20px !important; }

/* Tablet */
@media (max-width: 1024px) {
  h1 { font-size: 104px !important; }
  h2 { font-size: 64px !important; }
  h3 { font-size: 40px !important; }
  h4 { font-size: 28px !important; }
  h5 { font-size: 22px !important; }
  h6 { font-size: 18px !important; }
  p  { font-size: 18px !important; }
}

/* Mobile */
@media (max-width: 767px) {
  h1 { font-size: 68px !important; }
  h2 { font-size: 48px !important; }
  h3 { font-size: 32px !important; }
  h4 { font-size: 24px !important; }
  h5 { font-size: 20px !important; }
  h6 { font-size: 16px !important; }
  p  { font-size: 16px !important; }
}

h1, h2, h3 { line-height: 1.1 !important; }
h4, h5     { line-height: 1.25 !important; }
h6, p      { line-height: 1.5 !important; }
