@font-face {
   font-display: swap;
   font-family: "Bootstrap Icons";
   src: url('../fonts/bootstrap-icons.woff2') format('woff2'), url('../fonts/bootstrap-icons.woff') format('woff'), url('../fonts/bootstrap-icons.ttf') format('truetype');
}
@font-face {
   font-display: swap;
   font-family: "Line Icons";
   src: url('../fonts/line-icons.woff') format('woff'), url('../fonts/line-icons.ttf') format('truetype'), url('../fonts/line-icons.svg#line-icons') format('svg'), url('../fonts/line-icons.eot') format('embedded-opentype');
}
@font-face {
   font-display: swap;
   font-family: "Material Icons";
   src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), url('../fonts/MaterialIcons-Regular.woff') format('woff'), url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}
@font-face {
   font-display: swap;
   font-family: "Livvic";
   font-weight: 400;
   src: url('../fonts/Livvic-Regular.ttf') format('truetype');
}
@font-face {
   font-display: swap;
   font-family: "Livvic";
   font-weight: 700;
   src: url('../fonts/Livvic-Bold.ttf') format('truetype');
}
@font-face {
   font-display: swap;
   font-family: "Livvic";
   font-weight: 500;
   src: url('../fonts/Livvic-Medium.ttf') format('truetype');
}
@font-face {
   font-display: swap;
   font-family: "Livvic";
   font-weight: 400;
   font-weight: 600;
   src: url('../fonts/Livvic-SemiBold.ttf') format('truetype');
}
@font-face {
   font-display: swap;
   font-family: "Petit Formal Script";
   src: url('../fonts/PetitFormalScript-Regular.ttf') format('truetype');
}
@font-face {
   font-display: swap;
   font-family: "Jedira";
   src: url('../fonts/Jedira-Regular.woff') format('woff'), url('../fonts/Jedira-Regular.ttf') format('truetype');
}
@font-face {
   font-display: swap;
   font-family: "Livvic";
   font-weight: 300;
   src: url('../fonts/Livvic-Light.woff2') format('woff2'), url('../fonts/Livvic-Light.woff') format('woff');
}
@font-face {
   font-display: swap;
   font-family: "Livvic";
   font-weight: 400;
   src: url('../fonts/Livvic.woff2') format('woff2'), url('../fonts/Livvic.woff') format('woff');
}
@font-face {
   font-display: swap;
   font-family: "Livvic";
   font-weight: 500;
   src: url('../fonts/Livvic-Medium.woff2') format('woff2'), url('../fonts/Livvic-Medium.woff') format('woff');
}
@font-face {
   font-display: swap;
   font-family: "Livvic";
   font-weight: 400;
   font-weight: 600;
   src: url('../fonts/Livvic-SemiBold.woff2') format('woff2'), url('../fonts/Livvic-SemiBold.woff') format('woff');
}
@font-face {
   font-display: swap;
   font-family: "Livvic";
   font-weight: 700;
   src: url('../fonts/Livvic-Bold.woff2') format('woff2'), url('../fonts/Livvic-Bold.woff') format('woff');
}
@font-face {
   font-display: swap;
   font-family: "Livvic Heavy";
   src: url('../fonts/Livvic-Heavy.woff2') format('woff2'), url('../fonts/Livvic-Heavy.woff') format('woff');
}
a.astro-white {
   color: #FFFFFF;
   text-decoration: none;
}
a.astro-white:visited {
   color: #FFFFFF;
   text-decoration: none;
}
a.astro-white:active {
   color: #DC1441;
   text-decoration: none;
}
a.astro-white:hover {
   color: #DC1441;
   text-decoration: none;
}
h1,
.h1 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 32px;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h2,
.h2 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 27px;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h3,
.h3 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 24px;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h4,
.h4 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h5,
.h5 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h6,
.h6 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 16px;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
.CustomStyle {
   --color: #2E74B5;
   background-color: transparent;
   color: #2E74B5;
   font-family: "Courier New";
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
}
@media only screen and (max-width: 980px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}
