@font-face {
   font-family: "AkkuratLL-Regular";
   src: url("../fonts/AkkuratLL-Regular.otf") format("opentype");
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: "AkkuratLL-Light";
   src: url("../fonts/AkkuratLL-Light.otf") format("opentype");
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: "AkkuratLL-Italic";
   src: url("../fonts/AkkuratLL-Italic.otf") format("opentype");
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: "AkkuratLL-Bold";
   src: url("../fonts/AkkuratLL-Bold.otf") format("opentype");
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: "AkkuratLL-LightItalic";
   src: url("../fonts/AkkuratLL-LightItalic.otf") format("opentype");
   font-weight: normal;
   font-style: normal;
}

     
    html, body {
        margin: 0;
        padding: 0;
        background-color:#0A0A0a;
        font-family: AkkuratLL-Regular;
        color: #ffffff;
        font-weight: 200;
        font-size: 15  ;
    }

    h1 {
        font-size: 20px;
;
    }

    h2 {
        color: white;
        font-size: 20px;
        margin-top: 0px;
    }

    .radio {
        font-family: akkuratLL-Bold;
    }
    hr {
        height: 1px;
        color: white;
    }

    #map {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;    
 
    }

    input[type='radio'] {
        accent-color: "#edf86f";
        background-color: rgba(0,0,0,1);
    }

   