/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/Roboto/400_normal_latin.woff2') format('woff2');
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/Roboto/400_normal_latin-ext.woff2') format('woff2');
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/Roboto/700_normal_latin.woff2') format('woff2');
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/Roboto/700_normal_latin-ext.woff2') format('woff2');
}


body {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow: auto;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
