
/*----------------------------------------------------------------
Edit The Template Styles Below
----------------------------------------------------------------*/
:root {
/* Edit Link Colors */
--color-link: #1391ff;
--color-link-hover: #06BCC1;
/* Edit Quote */
--color-quote-border: #06BCC1;
--width-quote-border: 3px;
--bg-quote: #F4F8FC;
/* Edit Code */
--color-code-text: #89E3E4;
--bg-code: #0B0515;
/* Edit Spacing */
--space-s: 0.25rem;
--space-m: 0.75rem;
--space-l: 1.25rem;
--space-xl: 2.25rem;
--space-xxl: 2.5rem;
/* Edit Image Border Radius */
--radius-m: 0.75rem;
/* Edit Link Transition */
--transition-default: 0.2s ease-in-out;