/**
 * Fotofolio 1 — angoli retti ovunque
 */

:root,
body[data-active-theme="fotofolio_1"] {
  --border-radius: 0;
  --border-radius-sm: 0;
  --border-radius-lg: 0;
  --theme-component-border-radius: 0;
  --theme-component-border-radius-small: 0;
  --theme-component-border-radius-large: 0;
  --theme-gallery-item-border-radius: 0;
}

body[data-active-theme="fotofolio_1"] *,
body[data-active-theme="fotofolio_1"] *::before,
body[data-active-theme="fotofolio_1"] *::after {
  border-radius: 0 !important;
}
