@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@font-face {
  font-family: 'Futura PT';
  src: url('../css/font_family/futura-pt/FuturaCyrillicBold.ttf') format('truetype');
  font-weight: 700;
}

body {
  font-family: 'Roboto', sans-serif !important;
}

#header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.link_text{
  text-decoration: none;
  color: #000;
}