:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-text: Roboto, sans-serif;
  --font-size: 16px;
  --text: rgb(51, 51, 51);
  --text-muted: rgb(122, 122, 122);
  --bg: rgb(255, 255, 255);
  --container: 1140px;
  --accent: rgb(204, 51, 102);
  --accent-hover: rgb(51, 51, 102);
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

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

body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--font-size);
  font-weight: 400;
  line-height: 1.5;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
