@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

body{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #666666;
}
.gnav--container{
  background:#F7F7F7;
}