/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/app.scss ***!
  \********************************************************************************************************************************************************/
@font-face {
  font-family: 'Roboto';
  src: url(../.././assets/fonts/RobotoRegular.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url(../.././assets/fonts/RobotoMedium.woff) format("woff");
  font-weight: 500;
  font-style: normal; }

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

:before, :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  color: #2f5572;
  text-decoration: none; }

input {
  outline: none; }

img, svg, video {
  max-width: 100%;
  height: auto; }

button {
  cursor: pointer; }

picture {
  display: block; }

iframe {
  max-width: 100%; }

input, select, textarea, button {
  font-family: 'Roboto', 'Arial', sans-serif; }

textarea:focus-visible {
  outline: 0; }

html {
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    html {
      font-size: 1.3vw; } }
  @media only screen and (min-width: 1200px) {
    html {
      font-size: 0.833vw; } }

body {
  position: relative;
  margin: auto;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #000; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px; }

