@import '../assets/stylesheets/header.css';
@import '../assets/stylesheets/footer.css';
@import '../assets/stylesheets/section.css';
@import '../assets/stylesheets/title.css';

body {
  margin: 0;
  font-family: 'Open Sans';
}

:root {
  --orange-logo-tempora: #EE7E56;
  /* --orange-logo-tempora-tint: #f5b29a;
  --orange-logo-tempora-shade: #be6545;
  --orange-logo-tempora-opacity: #EE7E5633; */

  --light-blue-logo-tempora: #1C93BE;
  /* --light-blue-logo-tempora-tint: #e8f4f9;
  --light-blue-logo-tempora-shade: #167698;
  --light-blue-logo-tempora-hover: #bee0ef; */

  --dark-blue-logo-tempora: #006684;
  /* --dark-blue-logo-tempora-contrast: #006584b2;
  --dark-blue-logo-tempora-shade: #003342;
  --dark-blue-logo-tempora-tint: #e6f0f3; */

  --header-height: 75px;
}