/**
Theme Name: Jakadd
Author: Milan Batinic
Author URI: https://jakobssonaddemotion.se/
Description: Jakobsson Addemotion is a web agency situated in Helsingborg, Sweden.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@font-face {
    font-family: 'manrope';
    src: url("https://vinochpassion.se/wp-content/themes/jakadd/assets/fonts/manrope.regular.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* Fonts */
:root {
  --font-default: "manrope";
  --font-primary: "manrope";
  --font-secondary: "manrope";
}

/* Colors */
:root {
  --color-default: #2A6D5E;
  --color-primary: #CAD5D2;
  --color-secondary: #050F0D;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

body {
	color: black;
	font-family: var(--font-default);
}

h1,h2,h3,h4,h5,h6,p,a {
	font-family: var(--font-default);
}

.site-title a {
	display: none;
}

.ast-header-break-point .main-header-menu {
	background-color: var (--color-primary);
}

p.location {
	border-color: #CFCFCF;
	border-style: solid;
	border-width: 1px 0;
	font-size: 1.5rem;
	margin: 20px 0;
	padding: 20px inherit;
}

ul.profile-friends {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.profile-friends li {
	margin: 10px;
	width: 30%;
}

.resume {
	border: 1px solid #CFCFCF;
	padding: 0 15px 15px;
	margin-bottom: 15px;
}

.resume section {
	border-bottom: 1px solid #CFCFCF;
	margin-top: 15px;
}

.resume section .date {
	float: right;
}

.resume section .simple-description {
	margin: 5px 0;
	font-size: 1.25rem;
	font-style: italic;
}