/*
Theme Name: Mouhimen Portfolio
Theme URI: https://mouhimen.dev/mouhimen-portfolio
Author: Abd al-Mouhimen Shamout
Author URI: https://mouhimen.dev
Description: A responsive WordPress theme for showcasing a portfolio with sections for skills, experience, projects, and contact.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: portfolio, responsive, daisyUI, Tailwind CSS
*/


body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
h1, h2 {
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #d60f6c;
}

.site_name {
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #d60f6c;
  font-size: 1.5rem;
} 

.navbar {
  padding: 0rem !important;
}

.timeline-box {
  border: var(--border) solid;
  border-radius: var(--radius-box);
  border-color: var(--color-base-300);
  background-color: oklch(0.39 0.09 241.29) !important;
  padding-block: .5rem;
  padding-inline: 1rem;
  font-size: .75rem;
  box-shadow: 0 1px 2px oklch(0% 0 0 / .05);
}

.Btn_ask{
    background-color: #d10665;
    color:#fff;
    border-radius: 5rem;
}