/* ----- debug (temperary style) ----- */



html{
    font-size: 16px;
}

body {
  background-color: var(--color-bg);
  font-family: "Arial", sans-serif;
  overflow-x: hidden;
  
}

main{
   
    display: flex;
    flex-direction: column;
    gap: 5rem;
    width: 100%;
    overflow-x: hidden;
    padding-top: var(--nav-height);
}


@media (max-width: 768px) {
    html{
        font-size: 14px;
    }
}














