@import url( "../fonts/fonts.css" );
@import url( "./animation.css" );

html 
{
  scroll-behavior: smooth;
  font-size: 16px;
}

:root 
{
  --fsm: 1rem; 
}


body
{
  background-color:rgb(32, 32, 34);
  margin:0;
  padding:0;
  overflow-x: hidden;
  font-family: "Exo 2";
}

body.menu-open
{
  overflow: hidden;
}

p
{
  margin: 0;
  padding: 0;
}

:root
{
  --firefoxScale:110;
  
}

.left
{
  text-align: left;
}

.center
{
  text-align: center;
}

.right
{
  text-align: right;
}

a
{
  color: hsl(211, 51%, 51%);
}

a.no-underline
{
  text-decoration: none
}

a.keep-color
{
  color:inherit;
}

