/* Inter,sans-serif,400;Inter,sans-serif,400,600*/
                    :root {
                        --paragraph__family:        "Inter", sans-serif;
                        --paragraph__normal:        400;
                        --paragraph__bold:          600;
                        --headline__family:         "Inter", sans-serif;
                        --headline__weight:         400;
                    }
                    @font-face {
                        font-family: 'Inter';
                        font-style: normal;
                        font-display: swap;
                        font-weight: 400;
                        src: url('fonts/Inter_400.woff');
                    }
                    @font-face {
                        font-family: 'Inter';
                        font-style: normal;
                        font-display: swap;
                        font-weight: 400;
                        src: url('fonts/Inter_400.woff');
                    }
                    @font-face {
                        font-family: 'Inter';
                        font-style: normal;
                        font-display: swap;
                        font-weight: 600;
                        src: url('fonts/Inter_600.woff');
                    }