/*----------------------------------------------*\
    GLOBAL
	======

	@package piknikpress

\*----------------------------------------------*/
/*----------------------------------------------*\
    COMPONENTS
	==========

	@package piknikpress

\*----------------------------------------------*/
/* 
 *
 * / Variables
------------------------------------------------*/
/* Colors */
/* Widths */
/* 400px */
/* 600px */
/* 800px */
/* 1100px */
/* 1400px */
/* Fonts */
/* 
 *
 * / Mixins
------------------------------------------------*/
/* 
 *
 * 1./  
------------------------------------------------*/
/* line 17, ../src/global.scss */
html {
  scroll-behavior: smooth; }

/* line 20, ../src/global.scss */
body {
  font-family: neue-haas-unica, sans-serif;
  background-color: #ffffff;
  color: #000000;
  padding: 1em; }
  @media screen and (min-width: 50em) {
    /* line 20, ../src/global.scss */
    body {
      padding: 2em; } }
  @media screen and (min-width: 68.75em) {
    /* line 20, ../src/global.scss */
    body {
      padding: 3em; } }
