* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

:root {
  --p0: #c5003c;
  --p: #ff3366;
  --p1: #ff6f93;
  --s0: #00363a;
  --s: #006164;
  --s1: #428f92;
  --g900: #212121;
  --g800: #424242;
  --g700: #616161;
  --g600: #757575;
  --g500: #9e9e9e;
  --g400: #bdbdbd;
  --g300: #e0e0e0;
  --g200: #eeeeee;
  --g100: #f5f5f5;
  --Mont: "Montserrat", sans-serif;
  --Play: "Playfair Display", serif;
  --Bar: "Barlow", sans-serif;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Barlow", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  line-height: 2.5rem;
  color: #ff3366;
  font-weight: 900;
  margin: 1rem;
  padding-bottom: 0.25rem;
}

button {
  cursor: pointer;
}

::-moz-selection {
  color: white;
  background: #ff3366;
}

::selection {
  color: white;
  background: #ff3366;
}

.bold {
  font-weight: bold;
}/*# sourceMappingURL=html.css.map */