/*
 Theme Name:   Smort Commerce Child
 Theme URI:    https://smort.se
 Description:  Smort Commerce Child Theme
 Author:       Smort AB
 Author URI:   https://smort.se
 Template:     smort_commerce
 Version:      1.0.0
*/

/* Import the parent theme's stylesheet */
@import url("../Smort_commerce/style.css");

/* Add your custom styles here */


/* Main */ 

/* Core */ 
:root {
	--textColor: #616573;
	--textColorLight: #fff;
	--textColorDark: rgb(136,137,145);
  --textColorHeadlines: var(--accentColor);


	--textSize: 18px;
	--textLineHeight: 160%;

	--fontFamily: 'CustomHeadingFont', sans-serif;
	--fontFamilySecond: 'Saira' !important;

  --arrowRight: url('/wp-content/themes/smort_commerce/img/arrow-up-right.svg');

	--accentColor: #f1ec47;
	--accentColor2: #1E2533;
  --accentColor3: #2A2D3C;
  --accentColor4: #F2F2F5; 

	--buttonColorLight: #fff;
	--buttonColorDark: var(--accentColor2);
	--buttonTextLight: var(--textColorLight);
	--buttonTextDark: var(--textColorLight);

	--mainLetterSpacing: 2px;
}
article{
  margin-bottom: 0px;
}
body{
    font-family: 'Helvetica';
}
p {
    font-size: 20px;
    line-height: 1.7;
}
a:hover{
  color: var(--accentColor2);
}
a:active{
  color: var(--accentColor) !important;
}
a{
	text-decoration: none;
}
html{
    scroll-behavior: smooth;
}


.smort-header{
	display: none !important;
}
.hero-heading {
    font-size: 7rem;
    line-height: 1;
    margin: 0;
}
.hero-heading strong {
    font-style: italic;
    font-weight: 200;
    font-family: 'Times New Roman';
}