/* Pretendard font-face declarations */
@font-face {
    font-family: 'Pretendard';
    src: url('composeResources/sejun2_blog.shared.generated.resources/font/Pretendard-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Pretendard';
    src: url('composeResources/sejun2_blog.shared.generated.resources/font/Pretendard-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Pretendard';
    src: url('composeResources/sejun2_blog.shared.generated.resources/font/Pretendard-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Pretendard';
    src: url('composeResources/sejun2_blog.shared.generated.resources/font/Pretendard-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

/* NotoSansKR font-face declarations */
@font-face {
    font-family: 'NotoSansKR';
    src: url('composeResources/sejun2_blog.shared.generated.resources/font/NotoSansKR-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('composeResources/sejun2_blog.shared.generated.resources/font/NotoSansKR-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('composeResources/sejun2_blog.shared.generated.resources/font/NotoSansKR-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('composeResources/sejun2_blog.shared.generated.resources/font/NotoSansKR-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Pretendard', 'NotoSansKR', -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

* {
    font-family: inherit;
}

canvas {
    font-family: 'Pretendard', 'NotoSansKR', -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}
