/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2022 | 15:33:50 */
<link rel="stylesheet" href="https://use.typekit.net/djy8atu.css">

@font-face {
    font-family: 'salty_mussyregular';
    src: url('salty-mussy-ttf-webfont.woff2') format('woff2'),
         url('salty-mussy-ttf-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h4 {
font-family: 'salty_mussyregular', sans-serif;
	font-weight: 400;
	font-style: normal;
}

h6 {
  font-family: cabazon, serif;
font-weight: 400;
font-style: normal;
}
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* FORSIDE */
/*
h2 {
margin:.5rem 0;padding:0;
}
.fs_links {transition: .5s;}
.fs_links a {box-shadow: none;font-size:1.5rem;font-weight:500;text-decoration: none;}
.fs_links a strong {color: #e46935;font-size:3rem;transition:.7s;}
.fs_links:hover strong {color: #000;}
.fs_links:hover {transform: scale(1.01);}


/* FORSIDE END */
/*
p, span {
  
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
@media screen and (max-width: 48em) {
  .fs_links a {
    	font-size:1rem;
  }
  .fs_links a strong {
	font-size:2rem;
	transition:.7s;
}
  
} */