* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


@font-face {
    font-family:"ABC Arizona Flare Light";
    src:url("..//fonts/ABCArizonaFlare-Light.woff2") format("woff2"),url("..//fonts/ABCArizonaFlare-Light.woff") format("woff"),url("..//fonts/ABCArizonaFlare-Light.otf") format("opentype");
    font-style:normal;font-weight:400;
}
      
   

@font-face {
    font-family:"ABCDiatype-Regular";
    src:url("..//fonts/ABCDiatype-Regular.woff2") format("woff2"),url("..//fonts/ABCDiatype-Regular.woff") format("woff"),url("..//fonts/ABCDiatype-Regular.otf") format("opentype");
    font-style:normal;font-weight:400;
}
                

body, html {
font-family:"ABC Arizona Flare Light";
font-weight: 400;
font-style: normal;
   font-size: 21px;
   line-height: 27px;
   background: #272727;
}

header {
 font-family:"ABC Arizona Flare Light";
 font-weight: 400;
 font-style: normal;
    font-size: clamp(13px, 2vw, 16px);
    line-height: 1.3;
    color: #3F413F !important;
}

.caption-end, .caption-end p {
font-family:"ABC Arizona Flare Light";
 font-weight: 400;
 font-style: normal;
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase !important;
}

.title-size {
  font-family:"ABC Arizona Flare Light";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase !important;
  letter-spacing: 2px;
}

.liquid-title, .cask-title {
  font-family:"ABC Arizona Flare Light";
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 26px;
  text-transform: uppercase !important;
  letter-spacing: 2px;
}


h1{
   font-family:"ABC Arizona Flare Light";
    font-weight: 400;
    font-style: normal;
    font-size: clamp(60px, 7vw, 120px);
    line-height: clamp(60px, 7vw, 120px);
}

h2{
font-family:"ABC Arizona Flare Light";
 font-weight: 400;
 font-style: normal;
font-size: clamp(30px, 3.8vw, 72px);
line-height: clamp(36px, 4vw, 76px);
}

h3{
font-family:"ABC Arizona Flare Light";
  font-weight: 400;
  font-style: normal;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.2;
}

h4{
font-family:"ABC Arizona Flare Light";
font-weight: 400;
font-style: normal;
 font-size: 20px;
 line-height: 1.3; 
 
}

h5{
font-family:"ABC Arizona Flare Light";
font-weight: 400;
font-style: normal;
 font-size: 20px;
 line-height: 1.3; 
 
}

strong, footer {
font-family:"ABC Arizona Flare Light";
  font-weight: 400;
  font-style: normal;
}

p{
font-family:"ABC Arizona Flare Light";
  font-weight: 400;
  font-style: normal;
   font-size: 21px;
   line-height: 27px;
}
em {
font-family:"ABC Arizona Flare Light";
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #727B7B;
}

::placeholder {
  color: #727B7B;
}
*:focus {
    outline: none;
}
textarea:focus, input:focus{
    outline: none;
}

	.suggested-casks{
		font-size:16px;
	}

@media only screen and (max-width:767px){
	body, html{
font-family:"ABC Arizona Flare Light";
font-weight: 400;
font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
	
	p{
font-family:"ABC Arizona Flare Light";
  font-weight: 400;
  font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
	
	.title-size {
  font-family:"ABC Arizona Flare Light";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase !important;
  letter-spacing: 2px;
}
	
	.liquid-title, .cask-title {
    font-family: "ABC Arizona Flare Light";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase !important;
    letter-spacing: 2px;
}

.caption-end, .caption-end p {
  font-family: "ABC Arizona Flare Light";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase !important;
}
	
	h5{
font-family:"ABC Arizona Flare Light";
font-weight: 400;
font-style: normal;
 font-size: 16px;
 line-height: 24px; 
}
	
	.suggested-casks{
		font-size:14px;
	}
}