﻿@font-face {
    font-family: "TheSansC5";
    src: url('fonts/TheSansC5-5_Plain.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "TheSansC5";
    src: url('fonts/TheSansC5-5_Plain.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "TheSansC5";
    src: url('fonts/TheSansC5-5_Plain.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "TheSansC5";
    src: url('fonts/TheSansC5-7_Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "TheSansC5";
    src: url('fonts/TheSansC5-7_Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "TheSansC5";
    src: url('fonts/TheSansC5-7_Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Do Hyeon";
    src: url('fonts/DoHyeon-Regular.ttf') format('truetype');
}

body {
    font-family: "TheSansC5", Verdana, sans-serif;
    font-size: 16px;
    overflow-y: auto !important;
    overflow-x: hidden;
    /* Workaround for MUI popups */
    padding-right: 0 !important;
}

body.hidden, body.disabledScrolling,
body.hidden > div, body.disabledScrolling > div {
    overflow-y: hidden !important;
    position: relative;
}

html, body, div, span, applet, object, iframe
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul, ol {
    list-style-type: none;
}

a:focus, a:hover {
    text-decoration: underline;
}

address {
    font-style: normal;
}

input, textArea {
    font-size: 16px;
    font-family: "TheSansC5", Verdana, sans-serif;
}

.page-placeholder {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 100;
}

body > :not(.page-placeholder) {
    display: none;
}

html.noscroll {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
