// Global.js
import { createGlobalStyle } from 'styled-components';
import reset from 'styled-reset';
const GlobalStyle = createGlobalStyle`
${reset}
* {
font-family: 'Nanum Gothic', 'Montoserrat', sans-serif;
box-sizing: border-box;
}
`;
export default GlobalStyle;
// theme.js
const theme = {
fontSize0: '11px',
fontSize1: '14px',
fontSize2: '15px',
fontSize3: '16px',
fontSize4: '18px',
fontSize5: '20px',
black: '#222222',
grey: '#22222280',
ligtGrey: '#ebebeb',
darkGrey: '#222222CC',
red: '#EF6253',
green: '#41B979',
blue: '#297DCB',
btnRadius: '12px',
};
export default theme;
로고 이미지
/public/images/logo.png

캐릭터 이미지
/public/images/logo_character.png

파비콘 이미지
/public/images/favicon.png