@font-face {
font-family: "Raleway-Bold";
font-display: swap;
src: url(https://angelamaggi.mom/wp-content/themes/Brisk/assets/fonts/Raleway-Bold.ttf);
}
@font-face {
font-family: "Raleway-Medium";
font-display: swap;
src: url(https://angelamaggi.mom/wp-content/themes/Brisk/assets/fonts/Raleway-Medium.ttf);
}
@font-face {
font-family: "Raleway-Regular";
font-display: swap;
src: url(https://angelamaggi.mom/wp-content/themes/Brisk/assets/fonts/Raleway-Regular.ttf);
}
@font-face {
font-family: "Raleway-Light";
font-display: swap;
src: url(https://angelamaggi.mom/wp-content/themes/Brisk/assets/fonts/Raleway-Light.ttf);
}
@font-face {
font-family: "Futura-Bold";
font-display: swap;
src: url(https://angelamaggi.mom/wp-content/themes/Brisk/assets/fonts/Futura-Bold.ttf);
}
@font-face {
font-family: "Futura-Light";
font-display: swap;
src: url(https://angelamaggi.mom/wp-content/themes/Brisk/assets/fonts/Futura-Light.ttf);
}	
body {
font-family: "Raleway-Regular", sans-serif;
line-height: 1.69;
color: #3a3a3a;
} h1 {
letter-spacing: 6px
}
h1 {
font-size: 45px;
padding-bottom: 20px;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
}
h2 {
font-size: 25px;
line-height: 1.5;
margin-bottom: 20px;
font-family: "Montserrat", sans-serif;
letter-spacing: 4px;
text-transform: uppercase;
}
h3 {
font-size: 18px;
}
h4 {
}
h5 {
}
p, a, p a, li {
font-family: "Raleway-Regular", sans-serif;
font-size: 14px;
}
.big-title {
font-size: 80px;
font-family: "Montserrat", sans-serif;
letter-spacing: 14px;
}
.small-title {
font-size: 40px;
font-family: "Montserrat", sans-serif;
letter-spacing: 3px;
}
.small-text,
.small-text * {
font-size: 14px;
}
.light-font {
font-family: "Raleway-Light", sans-serif;
} p {
margin-bottom: 20px;
}
p:last-of-type{
margin-bottom: 0 !important;
}
a {
font-weight: 800;
}
strong {
font-family: "Raleway-Bold", sans-serif;
}
em {
font-style: italic;
} .right-text {
text-align: right;
}
.center-text {
text-align: center;
}
.justify-text {
text-align: justify;
} .upper {
text-transform: uppercase;
} .white,
.white * {
color: #fff;
}
.light-gray {
color: #8c8989;
} ul, ol {
display: block;
margin-left: 30px;
}
ul li {
list-style: disc;
}
ol li {
list-style: decimal;
}