    /* Apply specific font styling to select options */
    select option {
        font-weight: 300;
        font-size: 15px;
      }
      
      /* W3 is a Japanese font weight designation, equivalent to light (300) */
      select {
        font-weight: 300;
        font-size: 15px;
      }