/*
 Theme Name: ICC Games Master Edition
 Template: generatepress
 Version: 3.0
*/

:root{
  --cg-font-main: 'Nunito', 'Nunito Fallback', Arial, "Helvetica Neue", Helvetica, sans-serif;
  --cg-container: 1820px;

  --cg-radius-xl: 28px;
  --cg-radius-lg: 22px;
  --cg-radius-md: 18px;

  --cg-h1-size: 26px;
  --cg-h2-size: 24px;
  --cg-h3-size: 20px;
  --cg-h4-size: 17px;
  --cg-body-size: 15px;
  --cg-body-line: 1.45;
  --cg-small-size: 13px;
}

html,
body{
  background: var(--cg-body-bg);
  color: var(--cg-text-main);
}

body{
  font-family: var(--cg-font-main);
  transition: background .22s ease, color .22s ease;
}

h1, h2, h3, h4, h5, h6{
  margin: 0;
  font-family: var(--cg-font-main);
  color: var(--cg-text-main);
  letter-spacing: -0.02em;
}

p{
  margin: 0;
  font-family: var(--cg-font-main);
  font-size: var(--cg-body-size);
  line-height: var(--cg-body-line);
  color: var(--cg-text-soft);
}

a,
button,
input,
select,
textarea{
  font-family: var(--cg-font-main);
}

img{
  max-width: 100%;
  height: auto;
}

a{
  color: inherit;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}

a:hover{
  color: inherit;
}

