/* Asap Condensed,serif,400;Poppins,sans-serif,400,600*/
                    :root {
                        --paragraph__family:        "Poppins", sans-serif;
                        --paragraph__normal:        400;
                        --paragraph__bold:          600;
                        --headline__family:         "Asap Condensed", serif;
                        --headline__weight:         400;
                    }
                    @font-face {
                        font-family: 'Asap Condensed';
                        font-style: normal;
                        font-display: swap;
                        font-weight: 400;
                        src: url('fonts/Asap_Condensed_400.woff2');
                    }
                    @font-face {
                        font-family: 'Poppins';
                        font-style: normal;
                        font-display: swap;
                        font-weight: 400;
                        src: url('fonts/Poppins_400.woff2');
                    }
                    @font-face {
                        font-family: 'Poppins';
                        font-style: normal;
                        font-display: swap;
                        font-weight: 600;
                        src: url('fonts/Poppins_600.woff2');
                    }