/* =========================
   ZÁKLADNÍ ROZLOŽENÍ STRÁNKY
   ========================= */


.bg-light {
    margin: 0;
    backgroung: black;
  }

body{

font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
 
  line-height: 1.4;

  background: black;
}