{"version":3,"sources":["../../../src/utils/global.ts"],"names":[".g15db1rp"],"mappings":"AAEaA","file":"../../../src/utils/global.ts","sourcesContent":["import { css } from \"linaria\";\n\nexport const globals = css`\n  :global() {\n    html {\n      box-sizing: border-box;\n    }\n\n    *,\n    *:before,\n    *:after {\n      box-sizing: inherit;\n    }\n\n    html,\n    body {\n      color: rgba(0, 0, 0, 0.87);\n      font-weight: normal;\n      line-height: 1.5;\n      -webkit-font-smoothing: antialiased;\n      -moz-osx-font-smoothing: grayscale;\n    }\n\n    body {\n      margin: 0;\n      padding: 0;\n    }\n\n    body,\n    div,\n    dl,\n    dt,\n    dd,\n    ul,\n    ol,\n    li,\n    h1,\n    h2,\n    h3,\n    h4,\n    h5,\n    h6,\n    pre,\n    code,\n    form,\n    fieldset,\n    legend,\n    input,\n    textarea,\n    p,\n    blockquote,\n    th,\n    td,\n    hr,\n    button,\n    article,\n    aside,\n    details,\n    figcaption,\n    figure,\n    footer,\n    header,\n    hgroup,\n    menu,\n    nav,\n    section {\n      margin: 0;\n      padding: 0;\n    }\n\n    html {\n      font-size: 14px;\n    }\n\n    @media only screen and (min-width: 992px) {\n      html {\n        font-size: 14.5px;\n      }\n    }\n\n    @media only screen and (min-width: 1200px) {\n      html {\n        font-size: 15px;\n      }\n    }\n\n    ul {\n      margin: 0;\n      padding: 0;\n      list-style-type: none;\n    }\n  }\n`;\n"]}