/*
 Theme Name:   Team Phenom
 Theme URI:    https://phenomsportswear.com/
 Author:       Team Phenom
 Author URI:   https://phenomsportswear.com/
 Template:     astra
 Version:      1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* CSS Document */
/* Notes:
	// Import
	// Colors & Accents	
	//Typography
	> Body Font: ""
	> Headings & Titles: ""
	
	

*/

@import url(https://rsms.me/inter/inter.css);


::-moz-selection { 
  color: #333;
  background: #ccc;
}
::selection {
  color: #333;
  background: #ccc;
}

.disable-select {
    user-select: none; 
   -webkit-user-select: none; 
   -khtml-user-select: none; 
   -moz-user-select: none; 
   -ms-user-select: none;
}

html {
	font-size: 62.5%;
	font-style:normal;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
	background-color: black;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.6;
	/*font-family: 'Inter', sans-serif;*/
}

h1, h2, h3,
h4, h5, h6 {
}

p {}
a {
	transition:all .2s ease-in;
	-webkit-transition:all .2s  ease-in;
	-moz-transition:all .2s  ease-in;
	-ms-transition:all .2s  ease-in;
}
a:hover {
	text-decoration: none
}
a:focus {}
img {}


/** Responsive **/
@media (min-width: 576px) {

}


@media (min-width: 992px) {

}


@media (min-width: 1200px) {

}

.frm_primary_label {

    text-transform: uppercase;
    letter-spacing: 1px;
    display: block !important;
    padding-bottom: 10px !important;
}
