/*
Theme Name: Creative Code Tourism
Theme URI: https://creative-code.example
Author: Creative Code
Description: Landing page theme for Creative Code's tourism booking website & CRM offer. Built from the "Creative Code - Tourism Landing" design.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: creative-code-tourism
*/

/* Base resets shared by every template. Page-specific styles live in assets/css/*.css */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: 'Rubik', sans-serif;
	background: oklch(99% 0.002 264);
	color: oklch(16% 0.01 264);
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
}

::selection {
	background: oklch(66% 0.11 300 / 0.25);
}
