/*
Theme Name: DP
Theme URI: https://dp.vibrandstudio.com
Author: Vibrand Studio
Author URI: https://vibrandstudio.com
Description: Custom theme for DP.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dp
*/

/* ==========================================================================
   Reset
   ========================================================================== */

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

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	min-height: 100vh;
	line-height: 1.5;
	font-family: var(--font-primary);
	-webkit-font-smoothing: antialiased;
}

img,
picture,
svg,
video,
canvas {
	display: block;
	max-width: 100%;
	height: auto;
}

input,
button,
textarea,
select {
	font: inherit;
	color: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button {
	background: none;
	border: none;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	overflow-wrap: break-word;
	font-weight: inherit;
	font-size: inherit;
}

/* ==========================================================================
   CSS Variables
   ========================================================================== */

:root {
	--color-primary: #70cbfc;
	--color-secondary: #6d6e70;
	--color-tertiary: #74b0d0;
	--color-dark: #202124;

	--font-primary: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}
