/*
Theme Name: Clinique Theme
Author: Ardhihdyn
Author URI: https://www.linkedin.com/in/ardhihdyn/
Description: A clinique theme created by Ardhihdyn.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: clinique, custom-theme
Text Domain: clinique-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@500;600;700;800&display=swap');

body {
  font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}