:root {
  --mobile-breakpoint: 480px;
  --phablet-breakpoint: 580px;
  --tablet-breakpoint: 768px;
  --desktop-breakpoint: 1024px;
  --desktop-wide-breakpoint: 1280px;
  --full-hd-breakpoint: 1920px;
  --primary-font: 'Fira Sans';
  --font-awesome-font-family: 'Font Awesome 6 Pro';
  --secondary-font: var(--primary-font);
  --text-max-width: 768px;
  --content-width: 100%;
  --content-max-width: 1280px;
  --global-padding: 20px;
  --grid-gutter: 15px;
  --white: #fff;
  --black: #000;
  --grey-light: rgba(8, 60, 44, .05);
  --grey-dark: #777;
  --text-color: #222;
  --primary-color: #b0b0b0;
  --primary-color-light: var(--primary-color);
  --primary-dark: var(--primary-color);
  --secondary-color: #4d4d4d;
  --secondary-dark: var(--secondary-color);
  --transition-duration: .3s;
  --fa-style-family: 'Font Awesome 6 Pro';
  --columns-phablet-breakpoint: 1024px;
  --columns-mobile-breakpoint: 768px; }

/*
@include breakpoint(tablet) {
}
*/
#wrapper .embed-outer-wrapper .embed-inner-wrapper .wp-block-embed {
  display: block;
  margin: 0; }
  #wrapper .embed-outer-wrapper .embed-inner-wrapper .wp-block-embed iframe {
    display: block;
    width: 100%;
    height: calc(100vw / 16 * 9);
    max-width: var(--text-max-width);
    max-height: calc(var(--text-max-width) / 16 * 9); }
  #wrapper .embed-outer-wrapper .embed-inner-wrapper .wp-block-embed.alignwide iframe {
    max-width: var(--content-max-width);
    max-height: calc(var(--content-max-width) / 16 * 9); }
