/*noinspection CssUnknownTarget*/
@font-face {
    font-family: "Yuyuko";
    src: url("/fonts/yuyuko-webfont.woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*noinspection CssUnknownTarget*/
@font-face {
    font-family: 'HarmonyOS_Sans_SC_Light';
    src: url('/fonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*noinspection CssUnknownTarget*/
@font-face {
    font-family: "HarmonyOS Sans";
    src: url("/fonts/HarmonyOS_Sans_Regular.woff") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*noinspection CssUnknownTarget*/
@font-face {
    font-family: "HarmonyOS Sans";
    src: url("/fonts/HarmonyOS_Sans_SC_Bold.woff") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "HarmonyOS_Sans_SC_Light", "HarmonyOS Sans", "Yuyuko", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

p {
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.c_shadow {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 12px 1px;
}

a {
    color: #8B0000;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    transition: all 0.25s ease;
}

a:hover {
    color: #C62828;
    border-bottom: 2px solid #FFD700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

img {
    -webkit-user-drag: none;
    user-drag: none;
    user-select: none;
    pointer-events: auto;
}


.must-tip {
    color: red;
    font-size: smaller;
    content: "*";
}

:root {
    --spring-red: #C62828;
    --fnt-color: #FFD700;
}
