@font-face {
    font-family: "Courgette";
    src: url("./fonts/Courgette-Regular.eot"); /* IE9 Compat Modes */
    src: url("./fonts/Courgette-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("./fonts/Courgette-Regular.otf") format("opentype"), /* Open Type Font */
      url("./fonts/Courgette-Regular.svg") format("svg"), /* Legacy iOS */
      url("./fonts/Courgette-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
      url("./fonts/Courgette-Regular.woff") format("woff"), /* Modern Browsers */
      url("./fonts/Courgette-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "League Script";
    src: url("./fonts/LeagueScript-Regular.eot"); /* IE9 Compat Modes */
    src: url("./fonts/LeagueScript-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("./fonts/LeagueScript-Regular.otf") format("opentype"), /* Open Type Font */
      url("./fonts/LeagueScript-Regular.svg") format("svg"), /* Legacy iOS */
      url("./fonts/LeagueScript-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
      url("./fonts/LeagueScript-Regular.woff") format("woff"), /* Modern Browsers */
      url("./fonts/LeagueScript-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: "Lora";
    src: url("./fonts/Lora-Regular.eot"); /* IE9 Compat Modes */
    src: url("./fonts/Lora-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("./fonts/Lora-Regular.otf") format("opentype"), /* Open Type Font */
        url("./fonts/Lora-Regular.svg") format("svg"), /* Legacy iOS */
        url("./fonts/Lora-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
        url("./fonts/Lora-Regular.woff") format("woff"), /* Modern Browsers */
        url("./fonts/Lora-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans Light";
    src: url("./fonts/OpenSans-Light.eot"); /* IE9 Compat Modes */
    src: url("./fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("./fonts/OpenSans-Light.otf") format("opentype"), /* Open Type Font */
        url("./fonts/OpenSans-Light.svg") format("svg"), /* Legacy iOS */
        url("./fonts/OpenSans-Light.ttf") format("truetype"), /* Safari, Android, iOS */
        url("./fonts/OpenSans-Light.woff") format("woff"), /* Modern Browsers */
        url("./fonts/OpenSans-Light.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans Condensed";
    src: url("./fonts/OpenSansCondensed-Light.eot"); /* IE9 Compat Modes */
    src: url("./fonts/OpenSansCondensed-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("./fonts/OpenSansCondensed-Light.otf") format("opentype"), /* Open Type Font */
      url("./fonts/OpenSansCondensed-Light.svg") format("svg"), /* Legacy iOS */
      url("./fonts/OpenSansCondensed-Light.ttf") format("truetype"), /* Safari, Android, iOS */
      url("./fonts/OpenSansCondensed-Light.woff") format("woff"), /* Modern Browsers */
      url("./fonts/OpenSansCondensed-Light.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}


#selectFontGravure .dropdown-toggle {
    width: 100%;
    border: 1px solid #a8a8a8;
} 
#selectFontGravure .dropdown-menu {
    max-height: 220px;
    overflow-y: auto;
    width: 100%;
  }