@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap');

h1 {
    font-family: 'S-Core';
    font-weight: 700;
}

h2 {
    font-family: 'S-Core';
    font-weight: 700;
}


h4 {
    font-family: 'S-Core';
    font-weight: 700;
}

p,a,button,label,option {
    font-family: 'S-Core';
    font-weight: 700;
}

span,
input,
button,
select {
    font-family: 'S-Core';
    font-weight: 700;
}

a:hover {
    color: none;
}

a {
    color: black;
    text-decoration-line: none;
}