/*
Theme Name: Markilux
*/

/* !* inter-300 - cyrillic_latin *! */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('./assets/fonts/inter-v20-cyrillic_latin-300.woff2') format('woff2'); 
}
/* !* inter-regular - cyrillic_latin *! */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('./assets/fonts/inter-v20-cyrillic_latin-regular.woff2') format('woff2'); 
}
/* !* inter-500 - cyrillic_latin *! */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('./assets/fonts/inter-v20-cyrillic_latin-500.woff2') format('woff2'); 
}
/* !* inter-600 - cyrillic_latin *! */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('./assets/fonts/inter-v20-cyrillic_latin-600.woff2') format('woff2'); 
}

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

.editor-option--type_colors .editor-option__option[style="color:#ffffff;"] {
    border-color: var(--color__border);
}