/*
Theme Name: ar-corradini
Theme URI: http://underscores.me/
Description: Wordpress Theme rapid development
Author: anonymous
Requires at least: 5.3
Tested up to: 6.0.2
Requires PHP: 7.4
Version: 0.4
*/
#menu-item-51,
#galleria {
	display:none!important;
}
.mfp-container .mfp-arrow::before {
  background: url("assets/i/static/gallery-right-black.svg") no-repeat center;
}
.mfp-container .mfp-arrow:hover:before {
  background: url("assets/i/static/gallery-right-white.svg") no-repeat center;
}

/* -------------------------------------------------------------------------
   Fonts

   Poppins  — headings, nav, buttons (600 / 700 / 800)
   Source Sans 3 — body copy (variable, 200–900)

   All files are latin subsets and cover the accents Italian, English and
   German need (à è é ì ò ù, ä ö ü ß, ’, €). woff2 only — there are no woff
   fallbacks in assets/fonts/, which rules out Safari 9 (woff2 needs 10+).
   ------------------------------------------------------------------------- */

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/poppins-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/poppins-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/poppins-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Variable font: one file covers the whole 200–900 range. */
@font-face {
  font-family: 'Source Sans 3';
  src: url('assets/fonts/source-sans-3-var.woff2') format('woff2');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
