/*
Theme Name: Atelier Editorial
Theme URI: https://itsruqs.com/
Author: Beacon and Beam Studio
Description: A luxury editorial WordPress block theme for a creative strategy and consulting studio.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: atelier-editorial
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400&family=Instrument+Serif:ital@0;1&family=Poppins:wght@300;400;500&display=swap');

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

*, *::before, *::after {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}