@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

:root {
  /* Layout */
  --w-site: 1180px;
  --w-sp: 768px;
  --ease: cubic-bezier(.215, .61, .355, 1);

  /* Fonts */
  --font-main: 'M PLUS Rounded 1c', sans-serif;
  --font-en: 'Fraunces', serif;

  /* Colors */
  --pink: #EE92BA;
  --pink-02: #F6A2C7;
  --gold: #C5A878;
  --white: #fff;

  /* Font Weight */
  --fw-bold: 700;

  /* Transitions */
  --transition: all 0.3s ease;

  /* Background Colors */
  --bg-overlay: rgba(238, 146, 186, 0.2);

  /* Shadows */
  --shadow-highlight: 0 0 30px 0 rgba(238, 146, 186, .3);
}
