/* c1 css */
:root {
    /* --main-color: #374793; */
    --main-color: #b5121b;
    --sub-color: #7181cd;
    --bg-color: #eeeeee;
    --bg-item: white;
    --button-color: #b5121b;
    --title-color: black;
    --title-font: 18px;
    --text-font: 14px;
    --spacing1x: 8px;
    --spacing2x: 16px;
    --spacing3x: 24px;
    --spacing4x: 32px;
    --spacing5x: 48px;
}

@font-face {
    font-family: 'Karla';
    src: url('$base/public/fonts/karla/Karla-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Karla', sans-serif !important;
}
 
body[data-chain-id="133"] .child_age--container{
    display: none;
}