@charset "utf-8";

/* Base
- - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

a {
  color: #FE4F9B;
  text-decoration: underline;
}
a:hover {
  color: #FE4F9B;
  text-decoration: none;
}
