/* ==========================================================================
   WILSON DRUGS & PHARMACEUTICALS - THEME CORE STYLES & FONTS
   ========================================================================== */

/* 1. TYPOGRAPHY & FONTS */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&family=Roboto+Slab:wght@400;600;700&display=swap');

@font-face {
    font-family: 'Beiruti';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Beiruti-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Beiruti';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Beiruti-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Beiruti';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Beiruti-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Beiruti';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Beiruti-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Beiruti';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Beiruti-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Beiruti';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Beiruti-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Beiruti';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Beiruti-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Beiruti';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Beiruti-Black.ttf') format('truetype');
}

/* 2. BASE RESETS */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: clip;
    font-family: "Roboto", sans-serif;
    color: #7A7A7A;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Beiruti', sans-serif;
    margin-top: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
}

/* Screen reader text */
.screen-reader-text,
.elementor-screen-only {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
