:root {
    --sj-light: #fff;
    --sj-bg: #12100E;
  }
  
  body {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #130f1b !important;
    font-size: 16px !important;
    scroll-behavior: smooth;
  }

  .max-height {
    min-height: 100vh;
  }

  .serif {
    font-family: 'Cormorant Garamond', serif;
  }

  h1 {
      font-size: 3.2rem !important;
  }

  h2 {
      font-size: 1.4rem !important;
      line-height: 2.2rem !important;
  }

  .h3 {
    font-size: 1.2rem !important;
  }

  
  .o6 {
    color: rgba(255, 255, 255, 0.6) !important;
  }

  a { 
    font-size: 1.2rem;
    text-decoration: none;
    color: rgba(255, 255, 255, 1) !important;
    transition: 0.5s color ease-in-out;
  }

  a:hover {
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.6) !important;
  }



  @media (min-width: 768px) {
    h1 {
        font-size: 4rem !important;
    }
  
    h2 {
        font-size: 2.4rem !important;
        line-height: 3.2rem !important;
    }

    a { 
      font-size: 1.6rem;
    }

    .h3 {
      font-size: 1.8rem !important;
    }
  

  }