/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 24 2025 | 12:40:30 */
/* Desktop (1025px+) */
@media screen and (min-width: 1025px) {
    h1 { font-size: 36px ; }
    h2 { font-size: 30px ; }
    h3 { font-size: 24px ; }
    h4 { font-size: 20px ; }
    p,  div { font-size: 18px ; }
   }
   
   /* Laptop (769px - 1024px) */
   @media screen and (min-width: 769px) and (max-width: 1024px) {
    h1 { font-size: 32px ; }
    h2 { font-size: 26px ; }
    h3 { font-size: 22px ; }
    h4 { font-size: 20px ; }
    p,  div { font-size: 18px ; }
   }
   
   /* Mobile (320px - 480px) */
   @media screen and (max-width: 480px) {
    h1 { font-size: 24px ; }
    h2 { font-size: 20px ; }
    h3 { font-size: 18px ; }
    h4 { font-size: 18px ; }
    p,  div { font-size: 16px ; }
   }
   
   /* Tablet (481px - 768px) */
   @media screen and (min-width: 481px) and (max-width: 768px) {
    h1 { font-size: 28px ; }
    h2 { font-size: 24px ; }
    h3 { font-size: 22px ; }
    h4 { font-size: 20px ; }
    p,  div { font-size: 18px ; }
   }
