.ecp-container-base {
  border-color: transparent;
  overflow: clip;
}

.ecp-container-base--hoverable:hover {
  overflow: visible;
}

.ecp-grid-container {
  display: grid;
  max-width: 100%;
  height: fit-content;
  height: -webkit-fit-content;
}

.ecp-flex-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.ecp-overlay {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.ecp-pseudo-base::before {
  content: "";
  position: absolute;
}

.ecp-bg-transparent::before {
  background: transparent;
}

.ecp-flex {
  display: flex;
}

.ecp-flex-col {
  flex-direction: column;
}

.ecp-grid {
  display: grid;
}

.ecp-relative {
  position: relative;
}

.ecp-w-full {
  width: 100%;
}

.ecp-items-center {
  align-items: center;
}

.ecp-justify-center {
  justify-content: center;
}

.ecp-justify-start {
  justify-content: flex-start;
}

.ecp-justify-end {
  justify-content: flex-end;
}

html,
body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: var(--ecp-basic-font);
  scroll-behavior: smooth;
  scrollbar-width: thin;
  position: relative;
  overflow: clip;
  font-size: 16px;
}

@media (max-width: 1500px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 900px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 800px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 13px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

figure.table :is(table, th, td) {
  border: 1px solid black;
  border-collapse: collapse;
}

.swiper-pagination > .swiper-pagination-bullet {
  background-color: #eeeeee !important;
}

.cky-btn-revisit-wrapper {
  z-index: 1000 !important;
}

:root {
  /* FONTS */
  --font-primary: "nunito";

  /* BOX-SHADOWS */
  --ecp-shadow-card: 0px 4px 16px 0px rgba(196, 208, 216, 0.37);
  --ecp-shadow-button: 0px 2px 8px 0px rgba(104, 144, 200, 0.3);
  --ecp-shadow-top-menu: 0px 4px 16px 0px rgba(133, 161, 207, 0.2);
  --ecp-shadow-base: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  --ecp-shadow-thumb: 0px 0px 4px 0px rgba(124, 146, 186, 0.4);
  --ecp-shadow-popover-menu: -6px -6px 14px 0px rgba(0, 0, 0, 0.05),
    6px 6px 14px 0px rgba(0, 0, 0, 0.05);
  --ecp-shadow-dropdown: 0px 5px 5px rgba(1, 1, 1, 0.2);
  --ecp-shadow-link-popup: -6px -6px 10px rgba(0, 0, 0, 0.05),
    6px 6px 10px rgba(0, 0, 0, 0.05);
  --ecp-shadow-hover-effect-container: 0px 4px 16px 0px #c4d0d85e;

  /* UTILS */
  --ecp-page-overlay: rgba(0, 0, 0, 0.3);
  --ecp-transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --ecp-border-radius: 4px;

  /* Z-INDEXES */
  --zindex-storelocator-store-not-found: 10;
  --zindex-row-popup: 1004;
  --zindex-snackbar-popup: 1005;

  /* Z-INDEXES BOTH */
  --zindex-publication: 1;
  --zindex-mobile-multimenu: 999;
  --zindex-last-view-button: 11;
  --zindex-radio-button: 1;
  --zindex-checkbox-button: 1;
  --zindex-search-button: 21;
  --zindex-swiper-buttons: 10;
  --zindex-clear-search-button: 21;
  --zindex-global-save-box: 19;
  --zindex-button-open-minicart-container: 999;
  --zindex-button-open-my-account-header-container: 999;
  --zindex-dropdown: 19;
  --zindex-dropdown-backdrop: 1001;
  --zindex-dropdown-content: 1004;
  --zindex-dropdown-wrapper: 0;
  --zindex-dropdown-select-container: 20;
  --zindex-badges-list: 1;
  --zindex-background-image: 0;
  --zindex-innerbox: 1;
  --zindex-storelocator-search-bar: 10;
  --zindex-header: 1000;
  --zindex-clipboard-icon: 2;
  --zindex-custom-html-button: 2147483647;
  --zindex-multimenu-content: 1003;
  --zindex-hover-tongue-in-effect: 1200;
  --zindex-portal: 998;
  --zindex-photo-gallery-modal: 1002;

  /* Z-INDEXES FOR THEMESETIINGS DROPDOWN */
  --zindex-dropdown-button: 8;
  --zindex-extended-dropdown: 1005;
}

/* earlier ../../../styles/preflight.css */

/*
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  2. Remove default margins and padding
  3. Reset all borders.
*/

*,
::after,
::before,
::backdrop,
::file-selector-button {
  box-sizing: border-box; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 2 */
  border: 0 solid; /* 3 */
}

/*
  1. Use a consistent sensible line-height in all browsers.
  2. Prevent adjustments of font size after orientation changes in iOS.
  3. Use a more readable tab size.
  4. Use the user's configured `sans` font-family by default.
  5. Use the user's configured `sans` font-feature-settings by default.
  6. Use the user's configured `sans` font-variation-settings by default.
  7. Disable tap highlights on iOS.
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  tab-size: 4; /* 3 */
  font-family: var(
    --default-font-family,
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"
  ); /* 4 */
  font-feature-settings: var(--default-font-feature-settings, normal); /* 5 */
  font-variation-settings: var(
    --default-font-variation-settings,
    normal
  ); /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
  Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  line-height: inherit;
}

/*
  1. Add the correct height in Firefox.
  2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  3. Reset the default border style to a 1px solid border.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
  Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
  Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
  Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

/*
  Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
  1. Use the user's configured `mono` font-family by default.
  2. Use the user's configured `mono` font-feature-settings by default.
  3. Use the user's configured `mono` font-variation-settings by default.
  4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: var(
    --default-mono-font-family,
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace
  ); /* 4 */
  font-feature-settings: var(
    --default-mono-font-feature-settings,
    normal
  ); /* 5 */
  font-variation-settings: var(
    --default-mono-font-variation-settings,
    normal
  ); /* 6 */
  font-size: 1em; /* 4 */
}

/*
  Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
  Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
  1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
  1. Inherit the font styles in all browsers.
  2. Remove the default background color.
*/

button,
input,
optgroup,
select,
textarea,
::file-selector-button {
  font: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  background: transparent; /* 2 */
}

/*
  Reset the default inset border style for form controls to solid.
*/

input:where(:not([type="button"], [type="reset"], [type="submit"])),
select,
textarea {
  border: 1px solid;
}

/*
  Correct the inability to style the border radius in iOS Safari.
*/
button,
input:where([type="button"], [type="reset"], [type="submit"]),
::file-selector-button {
  appearance: button;
}

button,
[role="button"] {
  cursor: pointer;
}

/*
  Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
  Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
  Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
  Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
  Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
  Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
  Make lists unstyled by default.
*/

ol,
ul,
menu {
  list-style: none;
}

/*
  Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
  1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  2. Set the default placeholder color to a semi-transparent version of the current text color.
*/

::placeholder {
  opacity: 1; /* 1 */
  color: color-mix(in srgb, currentColor 50%, transparent); /* 2 */
}

/*
  Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
  1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
     This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
  Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
  Make elements with the HTML hidden attribute stay hidden by default.
*/

[hidden] {
  display: none !important;
}

.reset-btn-style {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
  color: inherit;
  cursor: pointer;
  display: block;
  width: 100%;
  outline-color: transparent;

  &:focus {
    outline-color: transparent;
  }
}

.grecaptcha-badge {
  z-index: 1000;
  bottom: 80px !important;
}

.hide-recaptcha .grecaptcha-badge {
  visibility: hidden;
}

/* Lato  */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/fonts/Lato/Lato-Thin.ttf) format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/Lato/Lato-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Lato/Lato-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Lato/Lato-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/Lato/Lato-Black.ttf) format("truetype");
}

/* Merriweather */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/Merriweather/Merriweather-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Merriweather/Merriweather-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Merriweather/Merriweather-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/Merriweather/Merriweather-Black.ttf) format("truetype");
}

/* Noto Sans */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/fonts/NotoSans/NotoSans-Thin.ttf) format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/NotoSans/NotoSans-ExtraLight.ttf) format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/NotoSans/NotoSans-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/NotoSans/NotoSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/NotoSans/NotoSans-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/NotoSans/NotoSans-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/NotoSans/NotoSans-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/NotoSans/NotoSans-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/NotoSans/NotoSans-Black.ttf) format("truetype");
}

/* Nunito */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/Nunito/Nunito-ExtraLight.ttf) format("truetype");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/Nunito/Nunito-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Nunito/Nunito-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/Nunito/Nunito-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/Nunito/Nunito-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Nunito/Nunito-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/Nunito/Nunito-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/Nunito/Nunito-Black.ttf) format("truetype");
}

/* Roboto */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/fonts/Roboto/Roboto-Thin.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/Roboto/Roboto-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Roboto/Roboto-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/Roboto/Roboto-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Roboto/Roboto-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/Roboto/Roboto-Black.ttf) format("truetype");
}

/* Montagu Slab  */
@font-face {
  font-family: "Montagu Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/fonts/MontaguSlab/MontaguSlab-Thin.ttf) format("truetype");
}

@font-face {
  font-family: "Montagu Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/MontaguSlab/MontaguSlab-ExtraLight.ttf) format("truetype");
}

@font-face {
  font-family: "Montagu Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/MontaguSlab/MontaguSlab-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Montagu Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/MontaguSlab/MontaguSlab-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Montagu Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/MontaguSlab/MontaguSlab-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Montagu Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/MontaguSlab/MontaguSlab-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Montagu Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/MontaguSlab/MontaguSlab-Bold.ttf) format("truetype");
}

/* Lexend  */
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/fonts/Lexend/Lexend-Thin.ttf) format("truetype");
}

@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/Lexend/Lexend-ExtraLight.ttf) format("truetype");
}

@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/Lexend/Lexend-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Lexend/Lexend-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/Lexend/Lexend-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/Lexend/Lexend-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Lexend/Lexend-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/Lexend/Lexend-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/Lexend/Lexend-Black.ttf) format("truetype");
}

/* Poppins  */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/fonts/Poppins/Poppins-Thin.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/Poppins/Poppins-ExtraLight.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/Poppins/Poppins-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Poppins/Poppins-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/Poppins/Poppins-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/Poppins/Poppins-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Poppins/Poppins-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/Poppins/Poppins-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/Poppins/Poppins-Black.ttf) format("truetype");
}

/* Raleway  */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/fonts/Raleway/Raleway-Thin.ttf) format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/Raleway/Raleway-ExtraLight.ttf) format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/Raleway/Raleway-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Raleway/Raleway-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/Raleway/Raleway-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/Raleway/Raleway-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Raleway/Raleway-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/Raleway/Raleway-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/Raleway/Raleway-Black.ttf) format("truetype");
}

/* Playfair Display  */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf)
    format("truetype");
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/PlayfairDisplay/PlayfairDisplay-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/PlayfairDisplay/PlayfairDisplay-SemiBold.ttf)
    format("truetype");
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/PlayfairDisplay/PlayfairDisplay-ExtraBold.ttf)
    format("truetype");
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/PlayfairDisplay/PlayfairDisplay-Black.ttf) format("truetype");
}

/* Crimson Text  */
@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/CrimsonText/CrimsonText-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/CrimsonText/CrimsonText-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/CrimsonText/CrimsonText-Bold.ttf) format("truetype");
}

/* PT Serif  */
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/PTSerif/PTSerif-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/PTSerif/PTSerif-Bold.ttf) format("truetype");
}

/* Montserrat */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/fonts/Montserrat/Montserrat-Thin.ttf) format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/Montserrat/Montserrat-ExtraLight.ttf) format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/Montserrat/Montserrat-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/Montserrat/Montserrat-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/Montserrat/Montserrat-Black.ttf) format("truetype");
}

/* Open Sans */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/OpenSans/OpenSans-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/OpenSans/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/OpenSans/OpenSans-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/OpenSans/OpenSans-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/OpenSans/OpenSans-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/OpenSans/OpenSans-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "Bio Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/BioSans/BioSans-ExtraLight.ttf) format("truetype");
}

@font-face {
  font-family: "Bio Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/BioSans/BioSans-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Bio Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/BioSans/BioSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Bio Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/BioSans/BioSans-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Bio Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/BioSans/BioSans-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Bio Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/BioSans/BioSans-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "Licorice";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/Licorice/Licorice-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Licorice";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/Licorice/Licorice-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Licorice";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Licorice/Licorice-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Licorice";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/Licorice/Licorice-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Licorice";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Licorice/Licorice-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Licorice";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/Licorice/Licorice-Regular.ttf) format("truetype");
}

/* Quick Sand */
@font-face {
  font-family: "Quick Sand";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/QuickSand/Quicksand-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Quick Sand";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/QuickSand/Quicksand-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Quick Sand";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/QuickSand/Quicksand-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Quick Sand";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/QuickSand/Quicksand-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Quick Sand";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/QuickSand/Quicksand-Bold.ttf) format("truetype");
}

/* Urbanist */
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/fonts/Urbanist/Urbanist-Thin.ttf) format("truetype");
}

@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/Urbanist/Urbanist-ExtraLight.ttf) format("truetype");
}

@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/Urbanist/Urbanist-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Urbanist/Urbanist-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/Urbanist/Urbanist-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/Urbanist/Urbanist-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Urbanist/Urbanist-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/Urbanist/Urbanist-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/Urbanist/Urbanist-Black.ttf) format("truetype");
}

/* Urbanist Italic */
@font-face {
  font-family: "Urbanist Italic";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(/fonts/UrbanistItalic/Urbanist-ThinItalic.ttf) format("truetype");
}

@font-face {
  font-family: "Urbanist Italic";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/UrbanistItalic/Urbanist-ExtraLightItalic.ttf)
    format("truetype");
}

@font-face {
  font-family: "Urbanist Italic";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/UrbanistItalic/Urbanist-LightItalic.ttf) format("truetype");
}

@font-face {
  font-family: "Urbanist Italic";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/UrbanistItalic/Urbanist-Italic.ttf) format("truetype");
}

@font-face {
  font-family: "Urbanist Italic";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/UrbanistItalic/Urbanist-MediumItalic.ttf) format("truetype");
}

@font-face {
  font-family: "Urbanist Italic";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/UrbanistItalic/Urbanist-SemiBoldItalic.ttf) format("truetype");
}

@font-face {
  font-family: "Urbanist Italic";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/UrbanistItalic/Urbanist-BoldItalic.ttf) format("truetype");
}

@font-face {
  font-family: "Urbanist Italic";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/UrbanistItalic/Urbanist-ExtraBoldItalic.ttf)
    format("truetype");
}

@font-face {
  font-family: "Urbanist Italic";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/UrbanistItalic/Urbanist-BlackItalic.ttf) format("truetype");
}
