/*
Theme Name: Blink — Design Subscription
Theme URI: https://designwithblink.com/
Author: Blink / WordPress conversion
Description: Conversão WordPress fiel do site Design With Blink, com editor visual integrado e compatibilidade com Elementor.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: blink-wordpress
*/

html,
body {
  margin: 0;
  padding: 0;
}

body.blink-standard-page {
  color: #171717;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.blink-standard-content {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0;
}

.blink-standard-content img {
  max-width: 100%;
  height: auto;
}

