
@font-face {
    font-family: 'Noto Sans';
    src: url('/assets/fonts/NotoSans.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('/assets/fonts/NotoSans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('/assets/fonts/NotoSans.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('/assets/fonts/NotoSans.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('/assets/fonts/NotoSerif.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Serif';
    src: url('/assets/fonts/NotoSerif.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Serif';
    src: url('/assets/fonts/NotoSerif.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Serif';
    src: url('/assets/fonts/NotoSerif.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('/assets/fonts/SourceSans3.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans 3';
    src: url('/assets/fonts/SourceSans3.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans 3';
    src: url('/assets/fonts/SourceSans3.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans 3';
    src: url('/assets/fonts/SourceSans3.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Noto Sans', sans-serif;
    overflow: hidden;
}

html {
    font-size: 16px; /* Base font size for the document */
}

p {
    margin:0;
    line-height: 1.4rem;
    font-family: 'Noto Sans', sans-serif;
    text-align: left;
}

a {
    color: #0095C1;
}

a,
a:visited,
a:active,
a:focus,
a:hover {
    text-decoration: underline;
    color: #FF5C00;
    text-decoration-thickness: 2px;
}

h1 {
    font-size: 1.4em;
    margin: 1.2rem 0 0.8rem 0;
    line-height: 1.2;
}

h2 {
    font-size: 1.25em;
    margin: 1.1rem 0 0.7rem 0;
    line-height: 1.3;
}

h3 {
    font-size: 1.2em;
    margin: 1rem 0 0.6rem 0;
    line-height: 1.3;
}

h4 {
    font-size: 1.1em;
    margin: 0.9rem 0 0.5rem 0;
    line-height: 1.35;
}

h5 {
    font-size: 1em;
    margin: 0.8rem 0 0.4rem 0;
    line-height: 1.4;
}

@media (max-width: 400px) {

    html {
        font-size: 12px;
    }

}

/* small */
@media (min-width: 680px) {
    html {
        font-size: 14px;
    }
}

/* large */
@media (min-width: 960px) {
    html {
        font-size: 16px
    }
}