/* 
Theme Name: Celux
Author: 
Description:
*/

html {
    scroll-behavior: smooth;
  }
  
  html,
  body {
    margin: 0;
    padding: 0;
  }
  
  * {
    box-sizing: border-box;
  }
  
  body {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif; 
  }
  
  a,
  a:hover {
    text-decoration: none;
  }
  
  ul,
  ol,
  li {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h6,
  p {
    padding: 0px;
    margin: 0px;
  }
  

  
@import "./assets/css/main.css";
@import "./assets/css/responsive.css";
