a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
[hidden] {
  display: none;
}
body {
  line-height: 1;
}
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root {
  --font-size-xs: 10px;
  --font-size-sm: 13px;
  --font-size-md: 14px;
  --font-size-lg: 27px;
  --font-size-xl: 40px;
  --font-size-huge: 66px;
  --font-weight-regular: 400;
  --font-weight-bold: 700;
  --font-family-sans-serif: "Century Gothic", Arial, sans-serif;
  --font-family-serif: "Cormorant Garamond", Times, serif;
}
@media screen and (min-width: 900px) {
  :root {
    --font-size-xs: 10px;
    --font-size-sm: 13px;
    --font-size-md: 16px;
    --font-size-lg: 90px;
    --font-size-xl: 90px;
    --font-size-huge: 234px;
  }
}
@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 400;
  src:
    url(../fonts/cormorant-garamond.woff2) format("woff2"),
    url(../fonts/cormorant-garamond.woff) format("woff");
}
@font-face {
  font-family: Century Gothic;
  font-style: normal;
  font-weight: 400;
  src:
    url(../fonts/century-gothic-regular.woff2) format("woff2"),
    url(../fonts/century-gothic-regular.woff) format("woff");
}
@font-face {
  font-family: Century Gothic;
  font-style: normal;
  font-weight: 700;
  src:
    url(../fonts/century-gothic-bold.woff2) format("woff2"),
    url(../fonts/century-gothic-bold.woff) format("woff");
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-family: var(--font-family-sans-serif);
  font-size: var(--font-size-md);
}
.underline {
  -webkit-text-decoration: underline 2px;
  text-decoration: underline 2px;
}
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-dark-grey: #2b2b2b;
  --color-medium-grey: #757575;
}
body {
  margin: 0;
}
