﻿/* Noto Sans KR - woff2 전용 */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url('/assets/fonts/NotoSansKR-Thin.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 200;
    src: url('/assets/fonts/NotoSansKR-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url('/assets/fonts/NotoSansKR-DemiLight.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/NotoSansKR-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url('/assets/fonts/NotoSansKR-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/NotoSansKR-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url('/assets/fonts/NotoSansKR-Black.woff2') format('woff2');
}

/* Roboto - woff2 전용 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('/assets/fonts/Roboto-Thin.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url('/assets/fonts/Roboto-ThinItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('/assets/fonts/Roboto-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('/assets/fonts/Roboto-LightItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/Roboto-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('/assets/fonts/Roboto-RegularItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('/assets/fonts/Roboto-MediumItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('/assets/fonts/Roboto-BoldItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url('/assets/fonts/Roboto-BlackItalic.woff2') format('woff2');
}


html, body {
    height: 100%;
    width: 100%;
    font-family: 'Noto Sans KR', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.noto-sans-text {
    font-family: 'Noto Sans KR', sans-serif !important;
}



/* ===============================
   📌 제목 스타일
   =============================== */
.app-title {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: clamp(12px, 2vw, 24px); /* 반응형 제목 크기 */
    font-weight: bold;
    color: #262626;
    text-align: center;
}



.wide-menu-item {
    width: 210px;
    min-width: 130px;
    white-space: nowrap; /* 줄바꿈 방지 */
}


.page-container {
    padding: 16px;
    max-width: 1200px;
    margin: 0 auto;
}


.full-height {
    height: 100vh;
}

.mt-appbar {
    margin-top: 64px; /* AppBar 높이만큼 조정 */
}

.register-card {
    padding: 40px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
    text-align: center;
}

.input-field {
    margin-bottom: 16px;
}

.big-button {
    padding: 12px 0;
    font-size: 1.1rem;
}


.mud-text-field {
    font-size: 1.1rem;
}
