/*
Theme Name: Medeta
Description: Medeta custom theme for medical technology company
Version: 1.0
Author: Medeta
*/

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "游ゴシック", 'neue-kabel', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #111111;
    font-size: 16px;
    line-height: 1.6;
}

a {
    color: #111111;
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
    max-width: 300%;
    object-fit: cover;
}

/* Import compiled CSS */
@import url('assets/css/styles.css');
