
@font-face {font-family: "Mont-300"; src: url('https://globalcustompackaging.com/theme/assets/fonts/Montserrat-Light.woff2'); font-display: block;}
@font-face {font-family: "Mont-400"; src: url('https://globalcustompackaging.com/theme/assets/fonts/Montserrat-Regular.woff2'); font-display: block;}
@font-face {font-family: "Mont-500"; src: url('https://globalcustompackaging.com/theme/assets/fonts/Montserrat-Medium.woff2'); font-display: block;}
@font-face {font-family: "Mont-600"; src: url('https://globalcustompackaging.com/theme/assets/fonts/Montserrat-SemiBold.woff2'); font-display: block;}
@font-face {font-family: "Mont-700"; src: url('https://globalcustompackaging.com/theme/assets/fonts/Montserrat-Bold.woff2'); font-display: block;}

* {font-family: "Mont-400, system-ui, sans-serif"; color: #333; font-size: 16px;}
h1,h2,h3,h4,h5,h6,label,span,a,ul,li{padding:0;margin:0;text-decoration:none;list-style:none;}
section,header,footer{width: 100%;}
.container {max-width:1200px}
.custom_scroll{scrollbar-width: thin; scrollbar-color:#fff #fff;}
.custom_scroll::-webkit-scrollbar{width:6px; visibility:hidden;}
.custom_scroll::-webkit-scrollbar-track{background:#e2e2e2; visibility:hidden; border-radius:20px;}
.custom_scroll::-webkit-scrollbar-thumb{background-color:#9b4aa9; border-radius:20px; visibility:hidden;}
.custom_scroll:hover{scrollbar-width:thin; scrollbar-color:#9b4aa9 #e2e2e2;}
.custom_scroll:hover::-webkit-scrollbar{width:6px; visibility:visible;}
.custom_scroll:hover::-webkit-scrollbar-track{background:#e2e2e2; visibility:visible; border-radius:20px;}
.custom_scroll:hover::-webkit-scrollbar-thumb{background-color:#9b4aa9; border-radius:20px; visibility:visible;}