/* Local Oxygen Font Definition (No External Requests) */
@font-face {
    font-family: 'Oxygen';
    src: url('/storage/assets/font/Oxygen/Oxygen.woff2') format('woff2'),
         url('/storage/assets/font/Oxygen/Oxygen-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxygen';
    src: url('/storage/assets/font/Oxygen/Oxygen-Bold.ttf') format('truetype');
    font-weight: 700 800;
    font-style: normal;
    font-display: swap;
}

/* css style */
html, body {
    background-color: #0b1120;
    font-family: 'Oxygen', sans-serif;
    color: #e2e8f0;
    line-height: 1.6;
}
html            {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body            {
    margin: 0
}