/*!
Theme Name: Codex Designed Theme
Theme URI: https://codexwebdevelopment.co.uk/
Author: Codex Web Development
Author URI: https://codexwebdevelopment.co.uk/
Description: Bootstrap 5 starter theme.
Version: 1.0.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codex-designed-theme
Tags: custom-logo, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.

--------------------------------------------------------------------------
Base resets and utilities only. These stay the same on every build.

All design work (typography, sections, buttons, header, footer) goes in
custom.css, which loads after this file.
--------------------------------------------------------------------------
*/

/* BASE */

.post,
.page {
	margin: 0 !important;
}

p:last-child {
	margin-bottom: 0;
}

/* UTILITIES */

.br-10 {
	border-radius: 10px;
}
