/* @font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 400;
    src: url('/static/rightme/font/Noto_Sans_SC/NotoSansSC-Regular.ttf') format('truetype');
} */

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 400;
    src: url('/static/rightme/font/Noto_Sans_SC/NotoSansSC-Regular.woff2') format('woff2')
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 700;
    src: url('/static/rightme/font/Noto_Sans_SC/NotoSansSC-Bold.woff2') format('woff2')
}


/* @font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 700;
    src: url('/static/rightme/font/Noto_Sans_SC/NotoSansSC-Bold.ttf') format('truetype');
} */

body {
    font-family: 'Noto Sans SC', sans-serif;
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    src: url('/static/rightme/font/font-awesome/fa-solid-900.woff') format('woff');
}

/* local-material-icons.css */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('/static/rightme/font/Material_Icons/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;  /* 기본 크기 */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}