@import url("https://use.typekit.net/bgx3nme.css");

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-ExtraBold-subset.woff2') format('woff2'),
        url('../font/Pretendard-ExtraBold-subset.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

html {
    font-size: 10px;
}

body {
    font-size: 1.6rem;
    font-family: "acumin-pro-wide", "Pretendard", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: var(--black);
}

h2 {
    font-size: 4rem;
}

h3 {
    font-size: 2.5rem;
}

@media(max-width: 800px) {
    body {
        font-size: 1.2rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.2rem;
    }

}