@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    src: url('../assets/font/NotoSerif-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Serif';
    font-style: italic;
    src: url('../assets/font/NotoSerif-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    src: url('../assets/font/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: oblique;
    src: url('../assets/font/OpenSans-Bold.ttf') format('truetype');
}

html {
    margin: 0;
}

body {
    margin: 0;
    overflow-x: hidden;
}

#content {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out, max-height .5s ease-in-out;
}

h1 {
    overflow-wrap: break-word;
    font-size: 48px;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
}

h2 {
    font-size: 36px;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-style: italic;
    line-height: initial;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
}

strong {
    font-size: 26px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 2;
}

hr {
    border-top: 4px solid #f4eeeb;
    margin: 0.9em 0 0.9em 0;
    border-left: 0;
}

#content .container {
    height: fit-content;
    max-width: 80% !important;;
}

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


button {
    background-color: rgba(0,0,0 ,0.08);
    border: 1px solid rgba(0,0,0 ,0.35);
    color: #000000;
    padding: 10px 14px;
    border-radius: 2px;
    box-shadow: 0 3px 3px -2px rgba(0,0,0 ,0.5);
    cursor: pointer;
    transition: transform .1s,box-shadow .2s,border .2s;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
}

label {
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
}

input {
    width: 100%;
    border: 0;
    border: 1px solid rgba(0 ,0 ,0 ,0.45);
    border: 1px solid rgba(0,0,0 ,0.45);
    color: #000000;
    border-radius: 2px;
    padding: 11px 12px;
    background-color: rgba(0 ,0 ,0 ,0.03);
    background-color: rgba(0,0,0 ,0.03);
    transition: border .3s,box-shadow .3s;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
}

textarea {
    width: 100%;
    border: 0;
    border: 1px solid rgba(0 ,0 ,0 ,0.45);
    border: 1px solid rgba(0,0,0 ,0.45);
    color: #000000;
    border-radius: 2px;
    padding: 11px 12px;
    background-color: rgba(0 ,0 ,0 ,0.03);
    background-color: rgba(0,0,0 ,0.03);
    transition: border .3s,box-shadow .3s;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
}