body {
    font-size: 18px;
    background-color: #FFFFFA;
    margin: 0px;
}
@media screen and (max-width: 800px) {
    body {
        font-size: 16px;
    }
}
strong {
    font-weight: bold !important;
}
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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,
input,
button,
select,
textarea {
    font-family: "petalpin-primary", system-ui;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "petalpin-primary", system-ui;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance:none;
}
textarea:focus, input:focus{
    outline: none;
}
address {
    font-style: normal;
}
a {
    color: inherit;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}
p {
    margin-bottom: 20px;
}