/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* FONTS */
@font-face
{
    font-family: 'Internship';
    src: url("/wp-content/themes/salient-child/fonts/Internship/Internship.woff2") format("woff2"),
        url("/wp-content/themes/salient-child/fonts/Internship/Internship.ttf") format("truetype");
}

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

.giga,
.giga p,
.giga h1
{
	font-family: "Internship", sans-serif;
	font-size: 15vw;
	line-height: 80%;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.title,
.title p,
.title h1,
.title h2
{
	font-family: "Internship", sans-serif;
	font-size: 100px;
	line-height: 100%;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.subtitle,
.subtitle p,
.subtitle h2,
.subtitle h3
{
	font-size: 30px;
	line-height: 100%;
	font-weight: 300;
}

.med,
.med p,
.med h3
{
	font-size: 25px;
	line-height: 120%;
}

.button-cta,
.button-cta p,
.button-cta h6
{
	font-size: 16px;
	text-transform: uppercase;
}

.small,
.small h6
{
	font-size: 15px;
}

/*single product */
.woocommerce .single-product-summary 
{
    padding-left: 5%;
    padding-right: 10%;
}

.single-product div.product h1.product_title
{
	font-size: 5vw;
	font-family: "Internship", sans-serif;
	line-height: 100%;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
