/* material icons */
@font-face {
    font-display: block; /* Prevent words being displayed instead of icons */
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/MaterialSymbols.woff2') format('woff2');
}
/* roboto-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/roboto-v18-latin-300.woff2') format('woff2');
}
/* roboto-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v18-latin-regular.woff2') format('woff2');
}
/* roboto-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/roboto-v18-latin-500.woff2') format('woff2');
}
/* roboto-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-v18-latin-700.woff2') format('woff2');
}

.icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 100%;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  vertical-align: middle;
  color:#000000 !important;
}

html,
body,
input,
textarea,
p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    vertical-align: text-top;
    line-height: 150%;
    letter-spacing: 0.05rem;
    word-spacing: 0.175rem;
    padding-left: 0.0875rem;
    /* Styles */
    color: #212121;
}

.dark p{
    color: #FFFFFF !important;
}

button {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    vertical-align: text-top;
    line-height: 150%;
    letter-spacing: 0.05rem;
    word-spacing: 0.175rem;
    color: #212121;
}

.dark button{
    color:#000000 !important;
}

a {
    text-decoration: none;
}

@media screen and (orientation: landscape) {
    html,
    body,
    input,
    textarea,
    button,
    p {
        font-size: 1.9vh;
    }
}

@media screen and (orientation: landscape) {
    html,
    body,
    input,
    textarea,
    button,
    p {
        font-size: 1.9vh;
    }
}

@media screen and (orientation: portrait) {
    html,
    body,
    input,
    textarea,
    button,
    p {
        font-size: 1.9vw;
    }
}

@media only screen and (max-width: 600px) {
    html, body, input, textarea, label, button {
        font-size: 3vw;
    }
}


.icon {
    font-size: 100%;
}

span.hint .icon {
    font-size: 175%;
    padding: 8px;
}

.h0 {
    font-size: 375%;
    display: block;
    color: #000000;
    position: relative;
}

h1,
.h1 {
    font-size: 261.79%;
    display: block;
    color: #000000;
    position: relative;
}

h2,
.h2 {
    font-size: 205.81%;
    font-weight: 400;
    display: block;
    color: #000000;
    position: relative;
}

h3,
.h3 {
    font-size: 161.8%;
    font-weight: 400;
    display: block;
    color: #000000;
    position: relative;
}

h4,
.h4 {
    font-size: 127.2%;
    font-weight: 400;
    display: block;
    color: #000000;
    position: relative;
}

h5,
.h5 {
    font-size: 100%;
    font-weight: 500;
    display: block;
    color: #000000;
    position: relative;
}

h6,
.h6 {
    font-size: 80%;
    font-weight: 400;
    display: block;
    color: #000000;
    position: relative;
}

.dark .h0 {
    color: #FFFFFF;
}

.dark h1,
.dark .h1,
.dark h2,
.dark .h2,
.dark h3,
.dark .h3,
.dark h4,
.dark .h4,
.dark h5,
.dark .h5,
.dark h6,
.dark .h6{
    color: #FFFFFF;
}

.icon {
    color: inherit;
}

button {
    font-weight: 500;
    color: #F50057;
}

.checkbox_heading,
.radio_heading {
    text-align: center;
}

label.input button.icon {
    padding: 0;
}