/*
Theme Name: ICT-mannetje
Description: Custom theme for ICT-mannetje
Author: Ivar K.
Version: 1.0.1
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}

.skip-to-content {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999999;
  padding: 12px 24px;
  background: #4054B2;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0 0 8px 0;
}

.skip-to-content:focus {
  left: 0;
}
