@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

body {
    font-family: 'Raleway', 'Nanum Gothic', sans-serif;
    color: rgb(40, 40, 40);
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 300;
}
