| 
      
            Lines 1-2
          
      
      
        Link Here
      
     | 
  
        
          | 1 | 
          $green-text-color: #006100;  | 
          1 | 
          $green-text-color: #006100;  | 
        
        
          | 2 | 
          $background-color-primary: #418940;  | 
          2 | 
          $background-color-primary: #418940;  | 
        
            
               | 
               | 
              3 | 
               | 
            
            
              | 4 | 
              // Copied from Bootstrap 5 without system-ui because of  | 
            
            
              | 5 | 
              // https://infinnie.github.io/blog/2017/systemui.html  | 
            
            
              | 6 | 
              $font-family-sans-serif:  | 
            
            
              | 7 | 
                // Safari for macOS and iOS (San Francisco)  | 
            
            
              | 8 | 
                -apple-system,  | 
            
            
              | 9 | 
                // Windows  | 
            
            
              | 10 | 
                "Segoe UI",  | 
            
            
              | 11 | 
                // Android  | 
            
            
              | 12 | 
                Roboto,  | 
            
            
              | 13 | 
                // older macOS and iOS  | 
            
            
              | 14 | 
                "Helvetica Neue",  | 
            
            
              | 15 | 
                // Linux  | 
            
            
              | 16 | 
                "Noto Sans",  | 
            
            
              | 17 | 
                "Liberation Sans",  | 
            
            
              | 18 | 
                // Basic web fallback  | 
            
            
              | 19 | 
                Arial,  | 
            
            
              | 20 | 
                // Sans serif fallback  | 
            
            
              | 21 | 
                sans-serif,  | 
            
            
              | 22 | 
                // Emoji fonts  | 
            
            
              | 23 | 
                "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";  |