/*!
Theme Name: arenamediasport
Theme URI: 
Author: 
Author URI:
Description:
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/

:root {
  --accent-color: #666666;
  --accent-color-light: #777777;
  --header-height: 86.5px;
  --container-max-width: 1400px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #000;
  background-color: #fff;
}

[id] {
  scroll-margin-top: calc(var(--header-height) + 20px);
}
