Documentation
CSS Structure
Here is the general CSS structure of the template:
<!-- Favicon -->
<link rel="shortcut icon" href="../assets/images/favicon.ico" />
<!-- Library / Plugin Css Build -->
<link rel="stylesheet" href="../assets/css/core/libs.min.css" />
<!-- Coinex Design System Css -->
<link rel="stylesheet" href="../assets/css/coinex.min.css?v=1.0.0">
<!-- Custom Css -->
<link rel="stylesheet" href="../assets/css/custom.min.css?v=1.0.0">
<!-- Customizer Css -->
<link rel="stylesheet" href="../assets/css/customizer.min.css?v=1.0.0" />
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">