@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* common styles */

*{
    margin: 0;
    padding: 0;
    box-sizing: 0;
    text-decoration: none;
    list-style-type: none;
    outline: none;
    font-family:;
}

html {
    font-size: 62.5%;
}

/* end of common styles */

/* mouse- circle */
.mouse-circle {
width: 6rem;
height: 6rem;
border: 0.1rem solid #c7a622;
border-radius: 50%;
position: fixed;
z-index: 300;
}
/* End of mouse- circle */

/* mouse- dot */
.mouse-dot {
    width: 6rem;
    height: 6rem;
    border: 0.1rem solid #c7a622;
    border-radius: 50%;
    position: fixed;
    z-index: 300;
    }
    /* End of mouse- circle */

/* page bg */
.page-bg {
position: fixed;
width: 100%;
height: 100vh;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(images/bg_honodesign.jpg) center no-repeat;
background-size: cover;
}

/* End of page bg */