:root{
    --header-height:33vh;
    --nav-height:60px;
    --site-inner-padding:3vw;
	
    --primary:#C1318B;
    --primary-transparent:#C1318B;
    --primary-opp:#f5f5f5;
    --hover:rgba(0, 0, 0, 0.1);
    --secondary:#C1318B;
    --border:1px solid #e5e5e5;
    
}

@font-face {
  font-family:Template;
  src: url('Aeonik-Black.woff') format("WOFF");
  font-weight: normal;
}


@font-face {
  font-family:Template-Text;
  src: url('Kiwari.woff') format("WOFF");
  font-weight: normal;
}

@media (min-width:1220px) {
    :root {
        --padding:40px!important;
    }
}